content search fail

Found a bug in "Everything"? report it here
Post Reply
Link
Posts: 21
Joined: Thu Nov 03, 2011 10:08 pm

content search fail

Post by Link »

Version 1.4.1.1009 (x64)

These do do not work:
ext:txt content:mjölk
ext:txt content:smör
ext:txt content:jord
void
Developer
Posts: 15576
Joined: Fri Oct 16, 2009 11:31 pm

Re: content search fail

Post by void »

What encoding are the txt files using?

If you are using UTF-8, please make sure you are saving with a BOM.
The default txt-iFilter doesn't work for UTF-8 files without a BOM.

Please try the following searches:
ext:txt utf8content:mjölk
ext:txt utf8content:smör
ext:txt utf8content:jord

utf8content: will treat the content as UTF-8.

-or-

ext:txt utf8content:mjölk | content:mjölk
ext:txt utf8content:smör | content:smör
ext:txt utf8content:jord | content:jord

content: will use the extension associated iFilter.

-or-

Please try the content: search with Everything 1.5 alpha which will search the files as text/plain.
Post Reply