"Startwith" filter

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
askold
Posts: 3
Joined: Tue Nov 27, 2018 12:18 am

"Startwith" filter

Post by askold »

usually i use startwith: function or ^ symbol in regex-mode.
how to make a working filter to search from the beginning of the file name?

e.g. i have 3 files on disk:

09. Tell Me Why.mp3
Why'd You Bring a Shotgun to the Party.mp3
why nations fail.pdf


typing why in the search field must show only second and third files.
NotNull
Posts: 5261
Joined: Wed May 24, 2017 9:22 pm

Re: "Startwith" filter

Post by NotNull »

I use this filter:
2020-05-08 00_22_13-Edit Filter.png
2020-05-08 00_22_13-Edit Filter.png (5.16 KiB) Viewed 2494 times
To search for names that start with a "_", I type
^:_
or I enable the "^" filter and type
_


See also viewtopic.php?f=4&t=7269

EDIT:
You can name the filter anything you like, but for me ^ makes it easily recognizable among the other filters.
askold
Posts: 3
Joined: Tue Nov 27, 2018 12:18 am

Re: "Startwith" filter

Post by askold »

thanks, man.
i forgot to write myquery: as parameter - there's no mention in support topics
Post Reply