mirror of
https://github.com/simon987/od-database.git
synced 2025-12-16 08:09:04 +00:00
hotfix attempt 1
This commit is contained in:
@@ -123,7 +123,9 @@ class ElasticSearchEngine(SearchEngine):
|
||||
|
||||
to_delete = helpers.scan(query={
|
||||
"query": {
|
||||
"match_all": {}
|
||||
"term": {
|
||||
"website_id": website_id
|
||||
}
|
||||
}
|
||||
}, scroll="1m", client=self.es, index=self.index_name, request_timeout=120, routing=website_id)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user