Open gabriel-f-santos opened 1 year ago
Hi, Ithink you've incomplete configuration, did you include the "INDEX" name in your WAGTAILSEARCH_BACKENDS settings:
WAGTAILSEARCH_BACKENDS = {
"default": {
"BACKEND": "oscar_elasticsearch.search.backend",
"URLS": ["http://127.0.0.1:9200"],
"INDEX": "my-index-name",
"TIMEOUT": 120,
"OPTIONS": {},
"INDEX_SETTINGS": {},
"ATOMIC_REBUILD": True,
"AUTO_UPDATE": True,
}
}
Hello, i am facing this issue: elasticsearch.exceptions.RequestError: RequestError(400, 'invalid_index_name_exception', "Invalid index name [__catalogueproduct], must not start with ''.") There is something wrong? Thanks!