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

Ability to filter for more than one item #8

Closed
GoogleCodeExporter opened this issue Aug 7, 2015 · 1 comment
Closed

Ability to filter for more than one item #8

GoogleCodeExporter opened this issue Aug 7, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Currently the filter only permits a single substring search.

There have been multiple occasions where I have wanted to filter on multiple 
items.

I'm not certain how this might be best implemented. Either as multiple filters 
or a defined separator character such as a pipe. Adding separator character 
style would be a quick hack. 

Original issue reported on code.google.com by dekim...@gmail.com on 17 Sep 2010 at 4:23

@GoogleCodeExporter
Copy link
Author

fixed in 1.5.1. the filter can now be a java-conforming regular expression. so 
to filter on multiple keys, you'd do something like

(key1)|(key2)

Original comment by jeffrey.blattman@gmail.com on 20 Sep 2010 at 7:04

  • Changed state: Fixed

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

No branches or pull requests

1 participant