Implement network page
This commit is contained in:
@@ -11,7 +11,6 @@ def construct_query(net, nicks):
|
||||
query_nicks = [{"match": {"nick": x}} for x in nicks]
|
||||
query_users = [{"match": {"user": x}} for x in nicks]
|
||||
query_should = query_nicks + query_users
|
||||
# print("QUERY SHOULD", query_should)
|
||||
# Get the initial query
|
||||
query = {
|
||||
"size": settings.NICKTRACE_QUERY_SIZE,
|
||||
|
||||
Reference in New Issue
Block a user