If you are experiencing problems with "Everything", post here for assistance.
iamqz
Posts: 31 Joined: Wed Oct 05, 2022 2:34 pm
Post
by iamqz » Sun Jan 29, 2023 9:39 pm
for example, i search with:
path:<a b c d>
to seach file like c:\a\b\c\d\e.txt
but i want to simplify it to:
pathsearch: a b c d
my question is : is there something like "pathsearch:" to enable path match ? instead of by check "match path" option from search menu bar
thanks!
iamqz
Posts: 31 Joined: Wed Oct 05, 2022 2:34 pm
Post
by iamqz » Mon Jan 30, 2023 3:40 am
wow! :: is exactly what i want !
good job!
thank you very very much!
happy lunar new year!
iamqz
Posts: 31 Joined: Wed Oct 05, 2022 2:34 pm
Post
by iamqz » Mon Jan 30, 2023 4:07 am
It seems that :: do not work when used in macro of filter ?
i have a filter , "search" is:
::path:
and macro is called tt
but
tt: a b c d
is not same as
::path: a b c d
void
Developer
Posts: 17301 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Mon Jan 30, 2023 5:15 am
Filters are expanded in their own scope.
::path: will only apply to the filter search.
Instead of using a filter, please try defining a macro:
In Everything , from the Search menu, click Organize filters .
Delete your ::path: filter .
Click OK .
Copy and paste the following into your Everything search box:
/define tt=::path:
Press ENTER in your Everything search box.
If successful, tt=::path: is shown in the status bar for a few seconds.
tt: is now replaced with: ::path:
Macros
iamqz
Posts: 31 Joined: Wed Oct 05, 2022 2:34 pm
Post
by iamqz » Mon Jan 30, 2023 1:20 pm
wow! I got it !! thank U!
now i know more about difference between filter and macro, thank you!
cosidering that , i think it is good to add "Add Macro" menu for /define command
void
Developer
Posts: 17301 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Mon Jan 30, 2023 9:25 pm
"Add to macros" and "Organize macros" are on my TODO list.
Thank you for the suggestion.