Everything treats spaces and punctuation as word breaks.
I will consider an option to match words with space breaks only.
Thank you for the suggestion.
For now, use regex: for more control, for example:
folder:regex:stem:"(\s|^)info(\s|$)"
Use stem: to match the name without the extension.
Consider adding the following filter from Search -> Add to filters:
Name: Match Whole Words Without Any Additions
Search: #[REPLACETERMS:$param:,"regex:stem:(\s|^)#[REGEXESCAPE:#TERM:#]:(\s|$)"#]:
I will consider an option to match words with space breaks only.
Thank you for the suggestion.
For now, use regex: for more control, for example:
folder:regex:stem:"(\s|^)info(\s|$)"
Use stem: to match the name without the extension.
Consider adding the following filter from Search -> Add to filters:
Name: Match Whole Words Without Any Additions
Search: #[REPLACETERMS:$param:,"regex:stem:(\s|^)#[REGEXESCAPE:#TERM:#]:(\s|$)"#]:
Statistics: Posted by void — Tue Apr 23, 2024 11:32 pm