jbox-web/ajax-datatables-rails

Disable smart search

letiesperon opened this issue · 0 comments

Hi!
I noticed searching by multiple words, triggers a query that searches by each of the individual words (smart search).

datatable.search.value.split(global_search_delimiter)

I couldn't find any way to disable this behaviour for a specific column
Overriding the method global_search_delimiter in my Datatable class works, but I was hoping there was a way of doing it in a per-column basis.

Thank you