Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Multiple Filter Values on Same Column #37

Closed
nchelix opened this issue Dec 4, 2018 · 2 comments
Closed

Support for Multiple Filter Values on Same Column #37

nchelix opened this issue Dec 4, 2018 · 2 comments

Comments

@nchelix
Copy link

nchelix commented Dec 4, 2018

DataTables allows a regex search joining values on "|" to filter on a column for multiple values.

Documented here:
https://datatables.net/forums/discussion/6946/multiple-filters-on-same-column

Currently, the ability to join search criteria with a "|" does not produce the expected results.

@nchelix nchelix changed the title Support for Multiple Filters on Same Column Support for Multiple Filter Values on Same Column Dec 4, 2018
@VictorioBerra
Copy link
Contributor

Server side regex stuff is not implemented. Just use a custom column search and implement this logic yourself.

@AlexanderKrutov
Copy link
Owner

@nchelix As previously mentioned by @VictorioBerra, server-side regex search is not supported. I recommend to use GlobalSearchPredicate or CustomFilterPredicate (depend on your needs), see Sample2 and Sample3.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants