Is it possible without "tags:xxxx" to search tags field data ??

Discussion related to "Everything" 1.5 Alpha.
Post Reply
netenken1
Posts: 5
Joined: Sat Jun 05, 2021 8:47 am

Is it possible without "tags:xxxx" to search tags field data ??

Post by netenken1 »

Is it possible without "tags:xxxx" to search tags field data ??
raccoon
Posts: 1017
Joined: Thu Oct 18, 2018 1:24 am

Re: Is it possible without "tags:xxxx" to search tags field data ??

Post by raccoon »

No.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is it possible without "tags:xxxx" to search tags field data ??

Post by void »

Yes, please try the #replace-terms: preprocessor command with your Filename or Tag filter:
  • In Everything, from the Search menu, click Add to filters....
  • Set the Name to:
    Filename or Tag
  • Change the Search to:
    #replaceterms:#(:search:#):,#(:"<#term:|tag:#term:>"#):
  • Change the Macro to:
    filenameortag<search>
  • Click OK.
Filters can be activated from the Search menu, Filter bar (View -> Filters), right clicking the status bar, filter macro or filter keyboard shortcut.
void
Developer
Posts: 15352
Joined: Fri Oct 16, 2009 11:31 pm

Re: Is it possible without "tags:xxxx" to search tags field data ??

Post by void »

There's currently a bug with Everything not parsing the entire new term.
This will be fixed in the next update.

Please use double quotes to parse the entire new term:
  • In Everything, from the Search menu, click Add to filters....
  • Set the Name to:
    Filename or Tag
  • Change the Search to:
    #replaceterms:#(:search:#):,#(:"<#term:|tag:#term:>"#):
    Note: the addition of double quotes (")
  • Change the Macro to:
    filenameortag<search>
  • Click OK.
Post Reply