What does here punctuation / this option mean(?):
Respectively why does it not find that(?):
Home.for.Christmas.
What is the easiest / best way to combine filters / bookmarks (without changing / creating new filters)? E.g. if I wanted to use some of my filters combined with this one:
So e.g. I want to show the results of this filter (or any other filter / bookmark)
and with this one (or any other filter / bookmark) together:
What does "punctuation" mean?
Re: What does "punctuation" mean?
Ignore punctuation in the filename.What does here punctuation / this option mean(?):
For example, a search for spiderman will match a file named spider.man
Everything will still match any punctuation you specify in your search.Respectively why does it not find that(?):
Home.for.Christmas.
There's no easy way to AND filters.What is the easiest / best way to combine filters / bookmarks (without changing / creating new filters)? E.g. if I wanted to use some of my filters combined with this one:
Use filter macros to AND filters.
For example:
folder: removepunctuation:Home.for.Christmas.
Consider pasting text with Ctrl + Shift + V to replace punctuation with spaces.
Re: What does "punctuation" mean?
Many thanks!
What is the difference between "white-space" and "space" (the result of pressing the space key) in the filters under "Search"?
Ah, so it works vice versa (than I thought) obviously: "Ignore Punctuation in the index / file / item names", not in the search field.For example, a search for spiderman will match a file named spider.man
Thank you, yes, I will try to do. Have some difficulties to remember all of the (same / different working) shortcuts from so many programs / actions.Consider pasting text with Ctrl + Shift + V to replace punctuation with spaces.
What is the difference between "white-space" and "space" (the result of pressing the space key) in the filters under "Search"?
Re: What does "punctuation" mean?
Space = ASCII space (character code: 0x20 / 32)What is the difference between "white-space" and "space" (the result of pressing the space key) in the filters under "Search"?
The following characters are treated as white-space in Everything:
TAB '\t' (0x09 / 9)
NEWLINE '\n' (0x0A / 10)
VERTICAL TAB '\v' (0x0B / 11)
CARRIAGE RETURN '\r' (0x0D / 13)
SPACE ' ' (0x20 / 32)
NO-BREAK SPACE ' ' (0x00a0)
OGHAM SPACE MARK ' ' (0x1680)
EN QUAD ' ' (0x2000)
EM QUAD ' ' (0x2001)
EN SPACE ' ' (0x2002)
EM SPACE ' ' (0x2003)
THREE-PER-EM SPACE ' ' (0x2004)
FOUR-PER-EM SPACE ' ' (0x2005)
SIX-PER-EM SPACE ' ' (0x2006)
FIGURE SPACE ' ' (0x2007)
PUNCTUATION SPACE ' ' (0x2008)
THIN SPACE ' ' (0x2009)
HAIR SPACE ' ' (0x200a)
LINE SEPARATOR ' ' (0x2028)
PARAGRAPH SEPARATOR ' ' (0x2029)
NARROW NO-BREAK SPACE ' ' (0x202f)
MEDIUM MATHEMATICAL SPACE ' ' (0x205f)
IDEOGRAPHIC SPACE ' ' (0x3000)
Re: What does "punctuation" mean?
Related thread -> viewtopic.php?f=5&t=12275