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

Please check the FAQ (https://www.xyplorer.com/faq.php) before posting a question...
Post Reply
FluxTorpedoe
Posts: 906
Joined: 05 Oct 2011 13:15

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

Post 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
Last edited by FluxTorpedoe on 15 Jun 2013 11:03, edited 1 time in total.

admin
Site Admin
Posts: 66366
Joined: 22 May 2004 16:48
Location: Win8.1, Win10, Win11, all @100%
Contact:

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

Post by admin »

Confirmed! :bug:

Next version this will work as expected:

Code: Select all

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

FluxTorpedoe
Posts: 906
Joined: 05 Oct 2011 13:15

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

Post 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

Post Reply