Jquery – Customize data table search by implementing regex logic
I have a data table where I establish a customized search logic (with AND and OR), by translating the search string into a regex expression using the function searchStringToRegexString. The following search strings are then converted to: 'term1 AND term2'…