Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
I see it. With newer versions of DataTables we have a property called searchMode
which can be "default", "and", "or", "exact" or any combination of those values ("and|exact", etc):
<?php
DataTables::create(array(
...
"searchMode" => "or|and", //"and|exact", "or|and|exact", "exact|or"
With default search mode, to search for a phrase with blank space in them you can include the phrase inside double quote like "sales manager". If you don't want to use double quote, you can set "searchMode" => "exact".
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo