django-oscar-elasticsearch
django-oscar-elasticsearch copied to clipboard
Search app for oscar using elasticsearch
Otherwise, you'll get strange results and spend some time debugging as to why...
Hello, i am facing this issue: elasticsearch.exceptions.RequestError: RequestError(400, 'invalid_index_name_exception', "Invalid index name [__catalogue_product], must not start with '_'.") There is something wrong? Thanks!
@specialunderwear what's preventing us from the integration?
There are only a couple of doctests. Add proper unittests. Write tests for product search Product search facets Autocomplete Suggestions es_filter es_ordering
Hi, interested in something other than solr as well so I tried this, not sure if I installed it correctly (git clone into site-packages and followed the steps in the...
Currently, in an effort not to change any existing functionality, when searching for completions using typeahead when someone types into the search bar, the ES6 completions functionality is used. The...
Check if everything works with es7
Currently when collecing the facets and the facet count difference, a multisearch is used, saving on request traffic. I think all the required queries for a single search page can...
The synomyms model from the original elasticsearch PR are still inside django-oscar-elasticsearch, but there is no implementation for adding it to the tokenizer in elasticsearch.