Hi,
You can escape all the characters by using \ .
Ex :
\&
\-
But it will not work only for "&" special character if you directly try in
browser.
It will work when use solr apis in the code.
Regards,
Bala.
On Thu, Sep 27, 2018, 6:52 AM Shawn Heisey wrote:
> On 9/26/2018 10:39 PM, Rathor, Piy
On 9/26/2018 10:39 PM, Rathor, Piyush (US - Philadelphia) wrote:
We are facing some issues in search with special characters. Can you please
help in query if the search is done using following characters:
• “&”
• AND
• (
• )
There are two ways.
Hi Piyush,
This sounds like an encoding problem.
Can you try q= Tata%20%26%20Sons ?
I believe for '&' you can use %26 in your query. (refer to
https://meyerweb.com , encode your queries and try them if they work as
expected)
You can you also try debug=true to see what query is actually sent.
I a
Hi All,
We are facing some issues in search with special characters. Can you please
help in query if the search is done using following characters:
• “&”
Example – Tata & Sons
• AND
Example – Tata AND Sons
• (