Search modifier for substring matching
-
extratype
- Posts: 14
- Joined: Thu May 18, 2017 12:25 pm
Search modifier for substring matching
For example, 'rb' matches 'recycled bin'. I can do this with 'r*b*' but it's not convenient to type.
-
void
- Developer
- Posts: 19903
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Search modifier for substring matching
I will consider a substring search modifier.
Thank you for the suggestion.
For now, please consider the following Everything 1.5 filter:
-or-
Prefix your search with ia:
For example: ia:rb
#regex-replace:
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.
-or-
Prefix your search with ia:
For example: ia:rb
#regex-replace: