1. when I type
no file is shown. Why? I have .docx files on the disk and standard settings:ext:docx content:

2. Also I have some .xlsx files in which certain things are found and some are not. Why is that?
no file is shown. Why? I have .docx files on the disk and standard settings:ext:docx content:


It didn't help.horst.epp wrote: Sun Oct 08, 2023 6:22 pm In the NirSoft Tool, you can assign extension to the existing iFilters.
Try one of the Ope Office filters.
To my knowledge, the Microsoft one doesn't handle DOCX
No, only Everything.
No.Do you have a search filter enabled under the Search menu?
Yes.Does the following search find any results:
ext:docx
No.ext:docx regex:content:^(.*)$ addcol:regmatch1
-Is anything shown in the regmatch1 column?
Rebuilding database helped. Thanks.Please try forcing a rebuild:
Code: Select all
ext:docx content:"some textCode: Select all
ext:docx content:some textCode: Select all
ext:docx content:someCode: Select all
ext:docx content:some textcontent:some textI'd think could be done with a Bookmark/Macro.default search for the given phrase?
Rebuilding database didn't help.gregor wrote: Sun Oct 08, 2023 3:39 pm I have some .xlsx files in which certain things are found and some are not. Why is that?
Code: Select all
[{"filter":"*.pdf","handler":"{6C337B26-3E38-4F98-813B-FBA18BAB64F5}"}]

You are wrong.gregor wrote: Sat Oct 14, 2023 11:07 am And what do you mean by "Everything stores content in RAM."?
I can see that the content is held in the Everything-1.5a.db file and read from it. Just like all the rest of the indexation data. So, it's ROM memory, not RAM.
It is but nevertheless all Everything index data is stored in RAM.gregor wrote: Sat Oct 14, 2023 2:42 pm The size of my Everything-1.5a.db file is the same with the program on and off.
Immediately started working again. Thank you!void wrote: Sat Oct 14, 2023 12:57 amCode: Select all
[{"filter":"*.pdf","handler":"{6C337B26-3E38-4F98-813B-FBA18BAB64F5}"}]
Yes, but I did another thing. I replaced my offfiltx.dll file with the newer one from https://www.dll-files.com/offfiltx.dll.html (2006.1200.6420.1000 vs 2006.1200.6605.1000) and did Forced rebuild and now ext:xlsx content: shows every file and looks like all content is found.
Code: Select all
[{"filter":"*.doc;*.docx;*.xls;*.xlsx","handler":"{f07f3920-7b8c-11cf-9be8-00aa004b9986}"}]
Code: Select all
[{"filter":"*.doc;*.docx;*.xls;*.xlsx","handler":"{f07f3920-7b8c-11cf-9be8-00aa004b9986}"}]Out of curiousity: How to check if an iFilter fails?
I guess this will only work if MS Office is installedvoid wrote: Fri Oct 27, 2023 11:36 am Just making a note here.
To force Everything to use the Office iFilter for doc, docx, xls and xlsx files:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Advanced tab on the left.
- To the right of Show settings containing, search for:
ifilter- Select content_ifilter_handlers.
- Set the value to:
Code: Select all
[{"filter":"*.doc;*.docx;*.xls;*.xlsx","handler":"{f07f3920-7b8c-11cf-9be8-00aa004b9986}"}]- Click OK.
LoadIFilter returns an error.Out of curiousity: How to check if an iFilter fails?
Yes, correct.I guess this will only work if MS Office is installed
Good to know. Little by little we get insight in all these cryptic debug messages. Thanks!void wrote: Thu Nov 16, 2023 9:31 pm LoadIFilter returns an error.
The error code is reported in the Everything debug console in verbose debug mode.