my everything randomly now requires more exact prompts

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
bigvoidfan
Posts: 3
Joined: Fri Oct 18, 2024 10:12 am

my everything randomly now requires more exact prompts

Post by bigvoidfan »

I've been an Everything user for a few years (huge fan), and have always been able to perform non-exact / out-of-order filename searches using filename keywords with success. It's so useful how I can effectively use what I remember in the filename to find the file on my computer. Recently this seems to have stopped working and I'd like to revert it back.

For example:
- if I am searching for a file named 2024 budget October 15 personal.xlsx
- historically a search of

Code: Select all

personal budget
or

Code: Select all

October 2024
would successfully return the file
- Now I need to remember the exact order of the words in the filename and search in a way that matches, for example

Code: Select all

2024 budget
or

Code: Select all

October 15
Any idea how to (re)achieve this? Thanks in advance!
Last edited by bigvoidfan on Fri Oct 18, 2024 11:51 am, edited 1 time in total.
tuska
Posts: 1052
Joined: Thu Jul 13, 2017 9:14 am

Re: my everything randomly now requires more exact prompts

Post by tuska »

Hi,

You can simply search as follows (without " "):

Code: Select all

personal budget
October 2024
2024 budget
October 15
Search Syntax - Everything

Code: Select all

Operators:

space	AND
" "	Search for an exact phrase.
__________________________________________________
Everything 1.4.1.1026 (x64) | Everything 1.5.0.1383a (x64)
bigvoidfan
Posts: 3
Joined: Fri Oct 18, 2024 10:12 am

Re: my everything randomly now requires more exact prompts

Post by bigvoidfan »

Thanks - the "" I had in my post were to indicate what I was searching for (not that I was using quotation marks). Have updated the post for clarity!
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: my everything randomly now requires more exact prompts

Post by therube »

Check your settings under the Search menu item to see if something didn't inadvertently get set.
bigvoidfan
Posts: 3
Joined: Fri Oct 18, 2024 10:12 am

Re: my everything randomly now requires more exact prompts

Post by bigvoidfan »

therube wrote: Fri Oct 18, 2024 7:39 pm Check your settings under the Search menu item to see if something didn't inadvertently get set.
that was it! i toggled settings on and off - it was the "enable regex" setting. thank you!
Post Reply