I want to add a macro or alias for wildcard:content:
To add a wc: macro for wildcards:content:
- In Everything 1.4, from the Search menu, click Add to filters....
- Change the Name to: Wildcard Content
- Change the Search to: wildcards:content:search:
- Change the Macro to: wc<search>
- Click OK.
Change the Search to: path:search:
and why it's needed?
what is
<search>
This is the parameter passed to your macro.
It doesn't have to be search:
It can be any name you like.
It's the variable name for the parameter passed to your macro.
I usually always use search.
For example, in the above filter, we use a macro of: wc<
search>
and a search of: wildcards:content:
search:
These "search" names must match in the macro and search.
The parameter passed to your wc: macro is replaced with the search: text in your filter search.
It's a little convoluted, so in Everything 1.5 it's been replaced with $param: