Search modifier for substring matching

Have a suggestion for "Everything"? Please post it here.
Post Reply
extratype
Posts: 11
Joined: Thu May 18, 2017 12:25 pm

Search modifier for substring matching

Post by extratype »

For example, 'rb' matches 'recycled bin'. I can do this with 'r*b*' but it's not convenient to type.
void
Developer
Posts: 15350
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search modifier for substring matching

Post by void »

I will consider a substring search modifier.

Thank you for the suggestion.



For now, please consider the following Everything 1.5 filter:
  • In Everything 1.5, from the Search menu, click Add to Filters....
  • Change the Name to: Insert *
  • Change the Search to: #[regexreplace:$param:,".","$0*"#]:
  • Change the Macro to: ia
  • Click OK.
Filters can be activated from the Search menu, Filter bar (View -> Filters), right clicking the status bar, filter macro or filter keyboard shortcut.

-or-

Prefix your search with ia:
For example: ia:rb

#regex-replace:
Post Reply