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.
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 text
Code: Select all
ext:docx content:some text
Code: Select all
ext:docx content:some
Code: Select all
ext:docx content:some text
content:some text
I'd think could be done with a Bookmark/Macro.default search for the given phrase?
Rebuilding database didn't help.
Code: Select all
[{"filter":"*.pdf","handler":"{6C337B26-3E38-4F98-813B-FBA18BAB64F5}"}]
You are wrong.
It is but nevertheless all Everything index data is stored in RAM.
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}"}]
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