Skip to content
Snippets Groups Projects
Commit 963a9ce2 authored by Megan Henning's avatar Megan Henning
Browse files

Temporarily remove null option

parent 63013584
No related branches found
No related tags found
No related merge requests found
......@@ -75,15 +75,13 @@ FACET_QUERY = {
"subject.sex" : {
"terms" : {
"field" : "subject.sex.raw",
"size" : 15,
"missing": "(null)"
"size" : 15
}
},
"subject.code" : {
"terms" : {
"field" : "subject.code.raw",
"size" : 15,
"missing": "(null)"
"size" : 15
}
},
"session.timestamp" : {
......@@ -121,15 +119,13 @@ FACET_QUERY = {
"file.measurements" : {
"terms" : {
"field" : "file.measurements.raw",
"size" : 15,
"missing": "(null)"
"size" : 15
}
},
"file.type" : {
"terms" : {
"field" : "file.type.raw",
"size" : 15,
"missing": "(null)"
"size" : 15
}
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment