Closed noman00910 closed 3 years ago
Is there any support for double quotation search
You mean the " character? Yes, it's just a character in a string, you can either escape it or use single quotes to surround your string (eg "\"my query\"" or '"my query"')
"
"\"my query\""
'"my query"'
Is there any support for double quotation search