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

added 'in' textfilter operator #34

Merged
merged 1 commit into from May 6, 2015

Conversation

usernamenumber
Copy link
Contributor

This patch adds support for an 'in' operator with FILTER_TEXTSEARCH. It accepts a comma-separated list of values to match against, with support for '%' wildcards.

In order to support wildcards in a portable way, the filter doesn't actually use in() in the SQL it produces, but instead creates a statement like 'AND (var like val1 OR var like val2...).

jleyva added a commit that referenced this pull request May 6, 2015
@jleyva jleyva merged commit d09b104 into jleyva:CR_23_STABLE May 6, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants