Fixed publicservers identifier filter
This commit is contained in:
parent
b55bd54b29
commit
080141e7d0
|
@ -1110,7 +1110,7 @@ PublicServers.prototype.search = function(start, clear) {
|
||||||
}}
|
}}
|
||||||
],
|
],
|
||||||
"must_not": [
|
"must_not": [
|
||||||
{"match": { "identifier": this.filtered }}
|
{"terms": { "identifier": this.filtered }}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue