No result using the query: content:div

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
samz
Posts: 7
Joined: Sat Jul 29, 2023 9:38 am

No result using the query: content:div

Post by samz »

Hello,
Everything 1.4 cannot find my files containing almost any word like "div"
All my HTML files contain the tag/word "div"
What is wrong with my way?
Regards
Attachments
20230729-113347.png
20230729-113347.png (37.03 KiB) Viewed 743 times
void
Developer
Posts: 15506
Joined: Fri Oct 16, 2009 11:31 pm

Re: No result using the query: content:div

Post by void »

Everything uses the iFilter associated with your html files.

Unfortunately, the default iFilter strips tags.

Instead of content:div please try utf8content:div
samz
Posts: 7
Joined: Sat Jul 29, 2023 9:38 am

Re: No result using the query: content:div

Post by samz »

Problem solved. Thank you and happy coding :)


The right panel named PREVIEW, should display the selected file in the RESULT panel on the left?
If yes, what is wrong with my way?
Thank you and regards
Attachments
20230729-134459.PNG
20230729-134459.PNG (50.1 KiB) Viewed 734 times
void
Developer
Posts: 15506
Joined: Fri Oct 16, 2009 11:31 pm

Re: No result using the query: content:div

Post by void »

Everything 1.4 is stuck with the associated Preview Handler.

Everything 1.5 will preview files as text when they have a perceived type of text.



To show text previews of kt files in Everything 1.5 and Windows Explorer:
  • From the Start menu, search for: regedit
  • Right click Registry Editor and click Run as administrator.
  • Navigate to the following key:
    HKEY_CLASSES_ROOT
  • Create the following key:
    .kt
  • Navigate to the following key:
    HKEY_CLASSES_ROOT\.kt
  • Create a new string value called:
    PerceivedType
  • Set the value data to:
    text
samz
Posts: 7
Joined: Sat Jul 29, 2023 9:38 am

Re: No result using the query: content:div

Post by samz »

Problem solved. Thank you and happy coding :)
Post Reply