awesto / django-shop

A Django based shop system
http://www.django-shop.org
BSD 3-Clause "New" or "Revised" License
3.2k stars 1.04k forks source link

Feature/enable settings own analyzer for elasticsearch #837

Closed markusmo closed 3 years ago

markusmo commented 3 years ago

Enable users of django shop to add their own analyzers for elasticsearch-dsl to be able to use their own configuration for indexing their products.

jrief commented 3 years ago

I'm currently refactoring django_SHOP towards using an ES model shaped according to the model. This will allow to search by tag or other attributes and will make faceted search easier to configure.

However, currently that WiP stalled, because of other more important issues.

markusmo commented 3 years ago

Thanks for merging. Looking forward to this, because currently, my client has not been that happy with searhing. I tried to make it better by increasing what to index, but using N-gram for tokenizing will help me alot, so I'll use that from now until your changes are released 👍