tigrang / cakephp-datatable

JQuery DataTable plugin server-side processing component for CakePHP
47 stars 29 forks source link

When using column search field it wrongly uses OR in place of AND #73

Closed kolorafa closed 7 years ago

kolorafa commented 8 years ago

Global single search field - search columns with OR like: https://datatables.net/examples/basic_init/state_save.html

Column search fields - search with AND like: https://datatables.net/examples/api/multi_filter.html

tigrang commented 8 years ago

Thanks for the pull request!

I actually noticed this odd behavior over the weekend.

I will review and merge soon.

challgren commented 7 years ago

Please merge this as this is needed

challgren commented 7 years ago

Thank you!