diff --git a/scraper/src/algolia_helper.py b/scraper/src/algolia_helper.py index fc51f22..e67fe04 100644 --- a/scraper/src/algolia_helper.py +++ b/scraper/src/algolia_helper.py @@ -33,6 +33,7 @@ def __init__(self, app_id, api_key, index_name, index_name_tmp, settings, query_ else: """Initialize the tmp-index with an copy of curr index content""" self.algolia_client.copy_index(index_name, index_name_tmp) + self.algolia_index_tmp.set_settings(settings) def add_records(self, records, url, from_sitemap):