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

Boolean Search #165

Closed timkofu closed 6 years ago

timkofu commented 8 years ago

Being that PostgreSQL supports Boolean Search, when will it come to Watson?

etianen commented 8 years ago

Almost certainly never, since the syntax is database-dependent, and can't be supported in all search backends.

It would require implementing a new, opt-in boolean search language that would be then transcompiled to a database-specific boolean search.

I'm open to convincing, but this feels like a lot of complexity to implement a feature that's not applicable to a lot of users.

On Mon, 23 May 2016 at 16:27 Timothy Makobu notifications@github.com wrote:

Being that PostgreSQL supports Boolean Search, when will it come to Watson?

— You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub https://github.com/etianen/django-watson/issues/165