Highlight search terms is not working as expected all the time.
Example:
- when searching for *.docx it makes the .docx bold (OK)
- when searching for *a.docx it makes the a.docx bold (OK)
- if searching for a*.docx, it doesn't highlight anything
- if searching for *a*.docx, it doesn't highlight anything
- if searching for a*a.docx, it doesn't highlight anything
[Solved] Highlight search terms bug
[Solved] Highlight search terms bug
Last edited by w64bit on Fri Jan 21, 2022 3:36 pm, edited 1 time in total.
Re: Highlight search terms bug
This is currently a limitation with Everything.
Everything does not highlight wildcards. Highlighting wildcards is on my TODO list.
Everything does not highlight wildcards. Highlighting wildcards is on my TODO list.
These searches are optimized to a "end with" search.when searching for *.docx it makes the .docx bold (OK)
when searching for *a.docx it makes the a.docx bold (OK)