- Status Closed
- Percent Complete
- Task Type Bug Report
- Category General
-
Assigned To
Toni Corvera - Operating System
- Severity Low
- Priority Very Low
- Reported Version 1.0
- Due in Version 1.2
-
Due Date
Undecided
- Votes
- Private
Attached to Project: relevation
Opened by Toni Corvera - 30.06.2011
Last edited by Toni Corvera - 21.10.2013
Opened by Toni Corvera - 30.06.2011
Last edited by Toni Corvera - 21.10.2013
FS#180 - Negated types are ignored inconsistently
Sometimes a negated type will be ignored.
e.g.:
Fine:
$ relevation -t website java.net -> Search "java.net" ('website' entries): 1 matches $ relevation -t -website java.net -> Search "java.net" ('not website' entries): No results
Not fine:
$ relevation google.com -> Search "google.com" ('not folder' entries): 6 matches $ relevation google.com | grep -c ^Type:\ website 5 $ relevation -t -website google.com -> Search "google.com" ('not website' entries): 6 matches $ relevation -t -website google.com | grep -c ^Type:\ website 5 $ relevation -t website google.com -> Search "google.com" ('website' entries): 5 matches
Might be due to entries inside folders being repeated?
Closed by Toni Corvera
21.10.2013 17:45
Reason for closing: Fixed
Additional comments about closing:
21.10.2013 17:45
Reason for closing: Fixed
Additional comments about closing:
Fixed in 1.2
Fixed in 1.2, the problem was indeed that selected folders included all of their children.