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