etianen / django-watson

Full-text multi-table search application for Django. Easy to install and use, with good performance.
BSD 3-Clause "New" or "Revised" License
1.2k stars 130 forks source link

Search with special characters #215

Closed amorino closed 6 years ago

amorino commented 6 years ago

I'm having trouble searching for models with special characters on its properties.

Ex. I'm searching for "something" and I'm expecting "sométhing, somethíng, something" in the results but I just get "something". Is this the expected behaviour?

Thanks in advance!

etianen commented 6 years ago

That depends on your database backend. I've just added a wiki page explaining your options:

https://github.com/etianen/django-watson/wiki/Language-support

On 10 September 2017 at 19:21, Erick Bazán notifications@github.com wrote:

I'm having trouble searching for models with special characters on its properties.

Ex. I'm searching for "something" and I'm expecting "sométhing, somethíng, something" in the results but I just get "something". Is this the expected behaviour?

Thanks in advance!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/etianen/django-watson/issues/215, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJFCAL4P7-Z_SDh2iPS93J0Wny4lVkBks5shCi9gaJpZM4PSZ1h .

amorino commented 6 years ago

Do I need to update the package?

etianen commented 6 years ago

Nope. Latest release is fine.

You will need to migrate watson to zero, then migrate it back again.

On 13 September 2017 at 05:10, Erick Bazán notifications@github.com wrote:

Do I need to update the package?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/etianen/django-watson/issues/215#issuecomment-329053564, or mute the thread https://github.com/notifications/unsubscribe-auth/AAJFCIB2zYM44W_M_EhqSfB95NTt-gb4ks5sh1W_gaJpZM4PSZ1h .