Closed radhakrishna67 closed 6 days ago
@radhakrishna67, can you post the model portion with the name field annotations? Assuming it is a TAG, you'll have to escape the String being passed. Also, post the code that generates that query. Thanks.
Escape the tag field as "@name:{Active\\ or}"
you can accomplish this with EscapeUtils.escape("@name:{Active or}", true);
"FT.SEARCH" "com.demo.DemoIdx" "@name:{Active or}" "LIMIT" "0" "10000"
The above command from Redis Search throws,
"Syntax error at offset 16 near or"