Page 1 of 1

[Solved] Q: How to quicksearch for: Name & NO label?

Posted: 14 Jun 2013 16:49
by FluxTorpedoe
Hi all,

Not the first time this question bothers me, so here it goes:

In AddressBar or QNS (i.e. especially SC goto),
- How can we boolean search for items with no label (or items without label "X")? e.g.

?!lbl:1
> OK, finds all items unlabeled and all items with label not containing "1"

?:!lbl:1 & name:filename
> Finds items with name containing "filename" and with label not containing "1"
>> BUT doesn't find items with no label.

Note: This goes for tags too, though the results are even weirder.

I guess I'm going at it wrong, and I just can't figure out any other way to do this, so any help would be greatly appreciated! :)

Thanks,
Flux

Re: Q: How to quicksearch for: Name & NO label?

Posted: 14 Jun 2013 17:52
by admin
Confirmed! :bug:

Next version this will work as expected:

Code: Select all

?:n* and lbl:""
(all starting with "n" and no label)

Re: [Solved] Q: How to quicksearch for: Name & NO label?

Posted: 15 Jun 2013 11:07
by FluxTorpedoe
Terrific! :appl: :D
Looks like you fixed everything, even combinations with e.g. !tags

BTW, ooops, sorry I'd unleashed a :bug: , I'd hoped it would only be a question... :wink:

Anyway, thanks a lot & Have a nice day! 8)
Flux