bdliang / alogcat

Automatically exported from code.google.com/p/alogcat
0 stars 0 forks source link

Ability to filter for more than one item #8

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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 commented 8 years ago
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