django-oscar-elasticsearch icon indicating copy to clipboard operation
django-oscar-elasticsearch copied to clipboard

Search app for oscar using elasticsearch

Results 16 django-oscar-elasticsearch issues
Sort by recently updated
recently updated
newest added

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

help wanted
good first issue

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...

help wanted

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...

help wanted

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.

help wanted
good first issue