Search page cleanup, added download/view button

This commit is contained in:
simon987
2018-03-25 13:35:44 -04:00
parent 98aa258c6a
commit f8251f86f9
7 changed files with 280 additions and 153 deletions

View File

@@ -51,7 +51,7 @@ class Search:
return 0
def search(self):
page = self.es.search(body={"query": {"term": {"directory": 1}}, "size": 30},
page = self.es.search(body={"query": {"term": {"directory": 1}}, "size": 40},
index=self.index_name, scroll="3m")
return page