I'd like to use the title:"..." parameter to find audio files matching an exact title.
How do i search for a title like this one? Rhythm Is a Dancer (7 " Edit)
I've tried quot: but it seems to be ignored inside the double quotes for the exact matching.
Searching for an exact string containing double quotes
Re: Searching for an exact string containing double quotes
Ensure that your " is a " & not some character that looks like a ".
ASCII and Unicode quotation marks
I can do something like,, & it will find "abc" (in quotes) in a file containing:
but not this:
This may be found - depending on your setting of Search | Match Diacritics:
ASCII and Unicode quotation marks
I can do something like,
content:"":abc":"
Code: Select all
this is a test "abc" this is only a test
Code: Select all
this is a test 'abc' this is only a test
Code: Select all
this is a test “abc“ this is only a test
Re: Searching for an exact string containing double quotes
Please note:
quot: is for Everything 1.4
": is for Everything 1.5+
Please try the following:
title:"Rhythm Is a Dancer (7 "quot:" Edit)"
quot: is for Everything 1.4
": is for Everything 1.5+
Please try the following:
title:"Rhythm Is a Dancer (7 "quot:" Edit)"