Page 1 of 1

How to escape double quote in the content parameter

Posted: Thu Apr 25, 2024 11:33 pm
by samz
Hello,

My query does not work, Everything 1.4.1 cannot find any file:

C:\folder\ type:html content:<body id="gen"

I would like to find HTML files containing this string:

Code: Select all

<body id="gen"
Thanks and regards

Re: How to escape double quote in the content parameter

Posted: Thu Apr 25, 2024 11:40 pm
by void
Everything 1.4 uses the system iFilter to search html content.

The stock iFilter on Windows will strip out all html tags.



In Everything 1.4, please try the following search:

utf8content:"<body id="quot:"gen"quot:

( use quot: to escape a literal double quote (") and use double quotes to escape spaces )

It is easier to set this up in the Advanced Search (Search -> Advanced Search).
Set the content type to UTF-8 and fill in a word or phrase in the file.



Searching html content will be easier in Everything 1.5.

Everything 1.5 is html content aware.

In Everything 1.5, please try the following searches:

content*:<body id="gen"
( content*: treats the rest of the search as literal)
-or-
content:"<body id=&quot:gen&quot:"