void wrote: ↑Sat Nov 30, 2024 6:47 am
Everything 1.5.0.1384a improves the advanced
ignore_punctuation_type setting.
Functions will now work normally when ignore_punctuation_type is set to "Filename and search".
Mmh, I'm uncertain about the 2 test results.
Code: Select all
D:\TEMP\Rebouche Kinetics pharmacokinetics, and regulation
------------------------------------------------------------------------------------------
Advanced: ignore_punctuation_type = Filename and search
!PUNC ✓ Ignore Punctuation
Search for: Rebouche,
------------------------------------------------------------------------------------------
Finds:
D:\TEMP\Rebouche Kinetics pharmacokinetics, and regulation
Code: Select all
D:\TEMP\Rebouche Kinetics pharmacokinetics, and regulation
------------------------------------------------------------------------------------------
Advanced: ignore_punctuation_type = Filename and search
Search for: Rebouche,
------------------------------------------------------------------------------------------
Finds: Nothing.
Without “!PUNC ✓ Ignore Punctuation”, Everything 1.5.0.1385a (x64) can't find anything.
ignore_punctuation_type
Ignore punctuation in the filename or filename and search.
0 = filename only. (default)
1 = filename and search.
Shouldn't Everything find the
search term Rebouche, even with “ignore_punctuation_type = Filename and search”?