relevation

  • Status Closed
  • Percent Complete
    100%
  • Task Type Bug Report
  • Category General
  • Assigned To
    outlyer
  • 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 outlyer - 30.06.2011
Last edited by outlyer - 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  outlyer
21.10.2013 17:45
Reason for closing:  Fixed
Additional comments about closing:  

Fixed in 1.2

Project Manager

Fixed in 1.2, the problem was indeed that selected folders included all of their children.

Loading...

Available keyboard shortcuts

Tasklist

Task Details

Task Editing