-
-
Notifications
You must be signed in to change notification settings - Fork 210
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
Allow REGEX filtering to support AND/OR operations #712
Comments
After reading your answer, and thinking, the question arises that if we were to do this, how would we advise to terminate the regex statement? Because normal characters can be used, a user would possibly expect to use |
You can urlencode them and they'll work. I've had to do it before with date filtering, aka. It's an interesting point, I suppose at the moment if you use a |
Yeah. The way regex was meant to work originally was to take the entire string after the I asked the question merely to prompt debate on it, but it is very advanced filtering, which may just bring more confusion to the table, which we obviously want to avoid. I have got around my issue by customising the DS slightly to check for the existence of the params and alter the filter based on that. |
Going to close this, Perhaps this style of filtering can be revisited after potential datasource changes with #699 |
As asked about on the forum:
@designermonkey:
@brendo:
The text was updated successfully, but these errors were encountered: