<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:media="http://search.yahoo.com/mrss/">
<channel>
<title>FileSeek RSS: Unexpected behavior if search string contains double quotes (&quot;)</title>
<atom:link href="https://www.fileseek.ca/Discussions/RSS/?TopicID=0972b692-86a6-486c-a812-667ebb0fb7bf" rel="self" type="application/rss+xml" />
<link>https://www.fileseek.ca/Discussions/RSS/?TopicID=0972b692-86a6-486c-a812-667ebb0fb7bf</link>
<description>FileSeek RSS: Unexpected behavior if search string contains double quotes (&quot;)</description>
<lastBuildDate>Wed, 13 May 2026 16:39:55 GMT</lastBuildDate>
<language>en</language>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<generator>https://www.fileseek.ca/Discussions/RSS/?TopicID=0972b692-86a6-486c-a812-667ebb0fb7bf</generator>
<item>
<title>RE: Unexpected behavior if search string contains double quotes (&quot;)</title>
<link>https://www.fileseek.ca/Discussions/View/unexpected-behavior-if-search-string-contains-double-quotes/?ID=0972b692-86a6-486c-a812-667ebb0fb7bf#4</link>
<pubDate>Fri, 14 Jun 2013 20:16:25 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/unexpected-behavior-if-search-string-contains-double-quotes/?ID=0972b692-86a6-486c-a812-667ebb0fb7bf#4</guid>
<category>FileSeek</category>
<description><![CDATA[No worries, glad to hear it worked out!]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
No worries, glad to hear it worked out!
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Unexpected behavior if search string contains double quotes (&quot;)</title>
<link>https://www.fileseek.ca/Discussions/View/unexpected-behavior-if-search-string-contains-double-quotes/?ID=0972b692-86a6-486c-a812-667ebb0fb7bf#3</link>
<pubDate>Fri, 14 Jun 2013 15:37:00 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/unexpected-behavior-if-search-string-contains-double-quotes/?ID=0972b692-86a6-486c-a812-667ebb0fb7bf#3</guid>
<category>FileSeek</category>
<description><![CDATA[Hi Keith,
this helps indeed! I just realized that it's even documented in the FAQ... d'oh...
Thanks a lot for your help!
Best regards
Jutta]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi Keith,<br/>
<br/>
this helps indeed! I just realized that it's even documented in the FAQ... d'oh... <img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/face-smile-wink.light.svg" alt=";-)" style="box-sizing:border-box;position:relative;overflow:hidden;vertical-align:middle !important;width:16px;height:16px;" HelpButtonData=";-)" HelpButtonDataAlign="BelowMiddle" /><br/>
<br/>
Thanks a lot for your help!<br/>
<br/>
Best regards<br/>
Jutta
</div>
]]></content:encoded>
</item>
<item>
<title>RE: Unexpected behavior if search string contains double quotes (&quot;)</title>
<link>https://www.fileseek.ca/Discussions/View/unexpected-behavior-if-search-string-contains-double-quotes/?ID=0972b692-86a6-486c-a812-667ebb0fb7bf#2</link>
<pubDate>Fri, 14 Jun 2013 14:55:37 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/unexpected-behavior-if-search-string-contains-double-quotes/?ID=0972b692-86a6-486c-a812-667ebb0fb7bf#2</guid>
<category>FileSeek</category>
<description><![CDATA[Glad to hear you like FileSeek, thank you for the kind words!
Quotes are part of the query syntax, so if you want to search for them directly in the contents of files, you just need to escape them with a backslash. So, your query would be:
JAVA_PATH=\"$GENERAL_INSTALLDIR/java/jre\"
Hope that h...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Glad to hear you like FileSeek, thank you for the kind words!<br/>
<br/>
Quotes are part of the query syntax, so if you want to search for them directly in the contents of files, you just need to escape them with a backslash. So, your query would be:<br/>
<br/>
JAVA_PATH=\"$GENERAL_INSTALLDIR/java/jre\"<br/>
<br/>
Hope that helps!
</div>
]]></content:encoded>
</item>
<item>
<title>Unexpected behavior if search string contains double quotes (&quot;)</title>
<link>https://www.fileseek.ca/Discussions/View/unexpected-behavior-if-search-string-contains-double-quotes/?ID=0972b692-86a6-486c-a812-667ebb0fb7bf</link>
<pubDate>Fri, 14 Jun 2013 08:03:16 GMT</pubDate>
<dc:creator>Binary Fortress Software</dc:creator>
<guid isPermaLink="false">https://www.fileseek.ca/Discussions/View/unexpected-behavior-if-search-string-contains-double-quotes/?ID=0972b692-86a6-486c-a812-667ebb0fb7bf</guid>
<category>FileSeek</category>
<description><![CDATA[Hi,
I noticed that a search string that contains " leads to unexpected results (version 3.1).
This is my search string:
Code
Copy
Select All
JAVA_PATH="$GENERAL_INSTALLDIR/java/jre"
The search matches these two lines in a file:
Code
Copy
Select All
JAVA_PATH="$GENERAL_INSTALLDIR/java/j...]]></description>
<content:encoded><![CDATA[<div class="CTDiscussions">
Hi,<br/>
<br/>
I noticed that a search string that contains " leads to unexpected results (version 3.1).<br/>
<br/>
This is my search string:<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e22358eb6743db25274f93e40d9e3" class="ClipboardCopyControl"><img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e22358eb6743db25274f93e40d9e3Js'); return false;"><img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e22358eb6743db25274f93e40d9e3Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">JAVA_PATH="$GENERAL_INSTALLDIR/java/jre"</pre><textarea id="code019e22358eb6743db25274f93e40d9e3" name="code019e22358eb6743db25274f93e40d9e3" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
The search matches these two lines in a file:<br/>
<br/>
<div class="col-md-12 BoxWrap"><div class="Box table-responsive"><a name="code" style="width:0; height:0;"></a><h2 class="TableTitle" style="border:0"><div class="TableTitleText">Code</div><div class="TitleButtons"><div class="TableTitleButton"><a href="#" onclick="return false;" data-clipboard-target="#code019e22358eb871bebe62e80fff62a199" class="ClipboardCopyControl"><img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/clone.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Copy</span></a></div><div class="TableTitleButton"><a href="#" onclick="bfs.util.codeEditorSelectAll('code019e22358eb871bebe62e80fff62a199Js'); return false;"><img src="https://www.fileseek.ca/MediaCommon/SVGs/FontAwesome/square-check.blue.svg" style="box-sizing:border-box;position:relative;overflow:hidden;width:auto;max-width:16px;height:16px;" /><span class="Text">Select All</span></a></div></div></h2><div class="TableTitleContent table-responsive"><div class="AceEditorWrapper" style="border-top:solid 1px var(--color-default-border);padding:0"><pre id="code019e22358eb871bebe62e80fff62a199Js" contenteditable="true" spellcheck="true" class="skiptranslate" style="width:100%; min-height:75px;">JAVA_PATH="$GENERAL_INSTALLDIR/java/jre"
JAVA_PATH="$ANOTHER_DIR/java_jre"</pre><textarea id="code019e22358eb871bebe62e80fff62a199" name="code019e22358eb871bebe62e80fff62a199" style="position:absolute; top:0; left:-999999px; width:1px; height:1px;"></textarea></div>
</div></div></div><br/>
<br/>
instead of matching just the first line. The highlighting of the first line shows that the embedded and ending " are not matched. The highlighting of the second line shows that only the part before the " (JAVA_PATH=) is matched - almost as if " is treated like | to separate several search strings.<br/>
Is this intended behavior - maybe an option I did not notice?<br/>
<br/>
As a workaround, I checked the "Query is RegEx" option and masked the embedded $ with a backslash. This matches the first line including the double quotes correctly.<br/>
<br/>
Thanks a lot for FileSeek - I use it daily for my work as a developer and it just works great!<br/>
<br/>
Best regards<br/>
Jutta
</div>
]]></content:encoded>
</item>
</channel>
</rss>