Page 1 of 1

Variables in search path?

Posted: Thu Feb 15, 2024 12:35 am
by captainchilipepper
Is there a current feature in Everything 1.4 through which I can use variables in my search path?
We have our documents in folders by prefixes

Documents

├ ─AA
│⠀⠀├ ─AA1
│⠀⠀├ ─AA2
├ ─BB
│⠀⠀├ ─BB1
├ ─CC
│⠀⠀├ ─CC1

Is there a way for me to search a path with a variable? "C:\Users\Documents\<variable>" <AA> 1

I need to often jump between one prefix and another when searching documents.

I understand that I could setup a bookmark and macro for every prefix however we have a lot prefixes and I am hoping there is an easier way to accomplish this.

Re: Variables in search path?

Posted: Thu Feb 15, 2024 12:41 am
by void
Please try the following filter:
  • In Everything 1.4, from the Search menu, click Add to filters.
  • Change the Name to:
    Documents Variable
  • Change the Search to:
    "C:\Users\Documents\"search:
  • Change the Macro to:
    dv<search>
    (dv can be any short text you like)
Searching for:

dv:AA

is now replaced with:

"C:\Users\Documents\"AA

Re: Variables in search path?

Posted: Fri Feb 16, 2024 6:36 pm
by captainchilipepper
Thank you so much! this exactly what I was looking to implement.