Is there anything defined in Menu:Tools > Options > Indexes > Content?
When there is, the content: functiion will limit it's results to the files/folders defined here.
In other words: will only find indexed text. Results are shown instantaneous.
utf8content: will search on disk and is not limited to indexed text. Results are shown as they are found.
Is there anything defined in Menu:Tools > Options > Indexes > Content?
Sure, e.g.: *.md;*.txt (and a few more (scripting and programming source code extensions))
For some reason Everything indexes .txt files but is not able to find their content (with content:) afterwards (at least not for all of them despite being UTF-8 without BOM ones)
BTW: thank you for filtreg!
No problem. The only tools I know of that can really help with iFilter problems
Thank you for the txt file.
The txt file was found for me with the content:hk search.
When content indexing is enabled, content: will only search your indexed content.
There is a notindexed: search modifier which might be useful for finding content that is not indexed:
Name : Not indexed
Search: notindexed:content:QUERY:
Macro : ni<QUERY>
and only provide the necessary file extension(s) via e.g.
ext:txt
manually when using this filter.
I do not have e.g. the system drive (C:) in my index so I won't be flooded when doing such a search (without using any path in the pattern)...
Thanks for the hint, that's a very useful modifier!