mirror of
https://github.com/simon987/od-database.git
synced 2025-12-16 08:09:04 +00:00
Reset page number on search
This commit is contained in:
@@ -58,7 +58,6 @@ class ElasticSearchEngine(SearchEngine):
|
||||
scheduler.add_job(self._generate_global_stats, "interval", seconds=60 * 120)
|
||||
scheduler.start()
|
||||
|
||||
|
||||
def init(self):
|
||||
print("Elasticsearch first time setup")
|
||||
if self.es.indices.exists(self.index_name):
|
||||
|
||||
Reference in New Issue
Block a user