Is it possible without "tags:xxxx" to search tags field data ??
-
netenken1
- Posts: 5
- Joined: Sat Jun 05, 2021 8:47 am
Is it possible without "tags:xxxx" to search tags field data ??
Is it possible without "tags:xxxx" to search tags field data ??
-
raccoon
- Posts: 1017
- Joined: Thu Oct 18, 2018 1:24 am
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Is it possible without "tags:xxxx" to search tags field data ??
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.
-
void
- Developer
- Posts: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Is it possible without "tags:xxxx" to search tags field data ??
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:
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.