Search the right field for ZNC modals
This commit is contained in:
parent
95ba141301
commit
a43bb5e861
|
@ -37,7 +37,7 @@ def construct_query(index, net, channel, src, num, size, type=None, nicks=None):
|
||||||
extra_should.append({"match": {"type": "self"}})
|
extra_should.append({"match": {"type": "self"}})
|
||||||
|
|
||||||
extra_should2.append({"match": {"type": "znc"}})
|
extra_should2.append({"match": {"type": "znc"}})
|
||||||
extra_should2.append({"match": {"channel": channel}})
|
extra_should2.append({"match": {"nick": channel}})
|
||||||
elif type == "auth":
|
elif type == "auth":
|
||||||
if {"match": {"channel": channel}} in extra_must:
|
if {"match": {"channel": channel}} in extra_must:
|
||||||
extra_must.remove({"match": {"channel": channel}})
|
extra_must.remove({"match": {"channel": channel}})
|
||||||
|
|
Loading…
Reference in New Issue