Everything uses the system iFilter to search content.
Everything will fallback to text/plain if there's no AHK iFilter.
There might be something up with your AHK iFilter?
Please try adding AHK to your Everything text/plain extensions:
- In Everything 1.5, from the Tools menu, under the Debug submenu, click Config.
---this will open your %APPDATA%\Everything\Everything.ini in Notepad.
- Change the following line:
Code: Select all
text_plain_extensions=a;ans;asc;ascx;asm;asp;aspx;asx;bas;bat;bcp;btm;c;cc;cls;cmd;contact;cpp;cs;csa;csproj;css;csv;cxx;dbs;def;dic;dos;dsp;dsw;efu;ext;faq;fky;h;hhc;hpp;hta;htm;html;htt;htw;htx;hxx;i;ibq;ics;idl;idq;inc;inf;ini;inl;inx;jav;java;js;json;kci;lgn;lst;lua;m3u;mak;mk;odc;odh;odl;php;pl;prc;ps1xml;py;rc;rc2;rct;reg;rgs;rul;s;scc;shtm;shtml;sol;sql;srf;stm;tab;tdl;tlh;tli;trg;txt;udf;udt;user;usr;vbproj;vbs;vcproj;viw;vspscc;vsscc;vssscc;wri;wtx;xml;xsd;xsl;xslt
to:
Code: Select all
text_plain_extensions=a;ans;asc;ascx;asm;asp;aspx;asx;bas;bat;bcp;btm;c;cc;cls;cmd;contact;cpp;cs;csa;csproj;css;csv;cxx;dbs;def;dic;dos;dsp;dsw;efu;ext;faq;fky;h;hhc;hpp;hta;htm;html;htt;htw;htx;hxx;i;ibq;ics;idl;idq;inc;inf;ini;inl;inx;jav;java;js;json;kci;lgn;lst;lua;m3u;mak;mk;odc;odh;odl;php;pl;prc;ps1xml;py;rc;rc2;rct;reg;rgs;rul;s;scc;shtm;shtml;sol;sql;srf;stm;tab;tdl;tlh;tli;trg;txt;udf;udt;user;usr;vbproj;vbs;vcproj;viw;vspscc;vsscc;vssscc;wri;wtx;xml;xsd;xsl;xslt;ahk
(add ;ahk
to the end)
- Save changes and exit Notepad.
- Accept the prompt in Everything to reload your config.
Everything will always treat these files as text/plain, avoiding any iFilters.
I will add ahk to the default text/plain extension list.
Please make sure no search options are checked under the Search menu (eg: uncheck match case, uncheck match whole words, uncheck regex)
Please make sure the Everything filter is active under the Search menu.
Please try a search without content:
-does Everything find your AHK files?
Please try the following search to check what content Everything has indexed:
*.ahk add-column:a a:=$content:
Content is shown in the temporary A column.