[Solved] Search extensions with wildcards

Discussion related to "Everything" 1.5 Alpha.
Post Reply
w64bit
Posts: 229
Joined: Wed Jan 09, 2013 9:06 am

[Solved] Search extensions with wildcards

Post by w64bit »

match_whole_filename_when_using_wildcards=1

*.do* OK
ext:do* no results.
Last edited by w64bit on Mon Apr 04, 2022 12:34 pm, edited 1 time in total.
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: Search extensions with wildcards

Post by void »

The ext: search function doesn't support wildcards.

Note that any *. prefix is ignored with ext:



I will consider full wildcard support.
For now, please use *.do*
-or-
extension:<txt|do*>
void
Developer
Posts: 15096
Joined: Fri Oct 16, 2009 11:31 pm

Re: [Solved] Search extensions with wildcards

Post by void »

Everything 1.5.0.1306 fixes an issue with extension: and wildcards.

extension:<txt|do*> will now work as expected.
Post Reply