Search text with both exact values within double quotes and the other values

my search criteria should full-fill the string having exact values(inside double quotes) and the rest other string. please suggest.

example search text: "what is the capital for /"united states of america/""

output: it should contain the exact text united states of america and the capital

what tokenizer suits better for above solution?

i have used pattern tokenizer, but the split is like 1) "what is the capital for" 2) "united states of america"

but i need is 1) "capital" 2) "united states of america"

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.