You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NotFoundError at /en/search/
NotFoundError(404, 'IndexMissingException[[paintbypattern.en.products] missing]', 'IndexMissingException[[paintbypattern.en.products] missing]')
./manage.py search_index --rebuild fails with a MapperParsingException, see full traceback below. I'm unsure of how to actually modify this or what exactly it is looking for when it makes this mapping. If anybody could let me know so I can experiment on my own that would be appreciated.
I'm also noticing that worker.py is attempting to call an unknown command called rebuild_index :
What happened?
Full text search throws:
./manage.py search_index --rebuild fails with a MapperParsingException, see full traceback below. I'm unsure of how to actually modify this or what exactly it is looking for when it makes this mapping. If anybody could let me know so I can experiment on my own that would be appreciated.
I'm also noticing that worker.py is attempting to call an unknown command called
rebuild_index
:What should've happened instead?
Search function should have executed or and presented no results.
Steps to reproduce
Install a fresh Django-Shop instance and try to search.
Also try to rebuild the search index with
./manage.py search_index --rebuild
Ubuntu 20.04 on AWS, Docker version 20.10.3, build 48d30b5, docker-compose version 1.28.2, build 67630359, python 3.6.6
Elasticsearch enabled.
//: # (* Logs)
The text was updated successfully, but these errors were encountered: