nbianco1 / facets-loghound

Automatically exported from code.google.com/p/facets-loghound
0 stars 0 forks source link

Add modifiers to the tag search function. #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Detailed description of the functionality/feature.
Add ability to tagging functionality to select how the tags are searched for.  
Proposed tag search modifiers would be:
# "A", Any, Search would include any log message that had any of the selected 
tags.
# "I", Intersection, Search would only result in log messages that only had one 
of the selected tags.
# "E", Exclusion, Search would only result in log messages that contained none 
of the selected tags.

Original issue reported on code.google.com by ogradyjd@gmail.com on 15 Sep 2010 at 2:58

GoogleCodeExporter commented 8 years ago

Original comment by ogradyjd@gmail.com on 15 Sep 2010 at 4:15

GoogleCodeExporter commented 8 years ago

Original comment by ogradyjd@gmail.com on 21 Sep 2010 at 9:51

GoogleCodeExporter commented 8 years ago
Add one more modifier and fixed the wording for "intersection".

 # "A", Any, Search would include any log message that had any of the selected tags.
 # "I", Intersection, Search would result in log messages that had all of the selected tags.
 # "O", Only, Search would result in log messages that had all of the selected tags and no other tags.
 # "E", Exclusion, Search would result in log messages that contained none of the selected tags.

Original comment by ogradyjd@gmail.com on 29 Sep 2010 at 7:07

GoogleCodeExporter commented 8 years ago
First, wiki markup does not seem to work in issue comments.  FAIL!

Second, all four tag display modifiers have been implemented.  Woot.

Closing this feature request...

Original comment by ogradyjd@gmail.com on 19 Oct 2010 at 3:13