How to exclude punctuation from search?
E.g.: searching for 1word.2word,3word.4word-5word
shall find this
1word 2word 3word 4word 5word
How to exclude punctuation from search?
Re: How to exclude punctuation from search?
Everything treats punctuation as important.
Either:
1) avoid typing the punctuation in your search.
-or-
2) use Ctrl + Shift + V to paste text with punctuation removed.
Either:
1) avoid typing the punctuation in your search.
-or-
2) use Ctrl + Shift + V to paste text with punctuation removed.
Re: How to exclude punctuation from search?
Ah, yes, certainly, definitely, OK, I understand. Thank you.
How could one enter in the search field this
1word.2word,3word.4word-5word
and let Everything search for this
1word 2word 3word 4word 5word?
How could one enter in the search field this
1word.2word,3word.4word-5word
and let Everything search for this
1word 2word 3word 4word 5word?
Re: How to exclude punctuation from search?
Select 1word.2word,3word.4word-5word from the search bar and hit the keyboard combination CTRL-X to Cut, and then hit the keyboard combination SHIFT+CTRL+V to Paste Without Punctuation, this will spit out 1word 2word 3word 4word 5word into the search bar.
Please refer to this thread dated 1 Nov 2022.
viewtopic.php?f=4&t=12227
Please refer to this thread dated 1 Nov 2022.
viewtopic.php?f=4&t=12227
Re: How to exclude punctuation from search?
Ah, I see, great, works.
Many thanks.
Many thanks.
Re: How to exclude punctuation from search?
Please try the following filter:
When the Remove Punctuation filter is active, all basic punctuation is removed from your search.
- In Everything, from the Search menu, click Add to filters....
- Change the Name to:
Remove Punctuation - Change the Search to:
#[regex-replace:#[:search:#]:,"[!#$%&'()+,\-\.;=@\[\]^_`{}~]"," "#]: - Change the Macro to:
removepunctuation<search> - Click OK.
When the Remove Punctuation filter is active, all basic punctuation is removed from your search.
Re: How to exclude punctuation from search?
Great, many thanks for the filter. It even works with content, super.
Could one make the "Filters"
scrollable / navigatable with the touchpad / mouse wheel / numeric keypad? Like it is here:
Could one make the "Filters"
scrollable / navigatable with the touchpad / mouse wheel / numeric keypad? Like it is here:
Re: How to exclude punctuation from search?
Everything uses the stock system context menus which don't support scrolling.
I have on my TODO list to add my own context menus with scrolling support.
Thank you for the suggestion.
I have on my TODO list to add my own context menus with scrolling support.
Thank you for the suggestion.
Re: How to exclude punctuation from search?
OK, thank you very much!