Fixed publicservers identifier filter

This commit is contained in:
Jiiks 2016-12-02 09:10:51 +02:00
parent b55bd54b29
commit 080141e7d0
2 changed files with 2 additions and 2 deletions

View File

@ -1110,7 +1110,7 @@ PublicServers.prototype.search = function(start, clear) {
}} }}
], ],
"must_not": [ "must_not": [
{"match": { "identifier": this.filtered }} {"terms": { "identifier": this.filtered }}
] ]
} }
} }

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long