-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to search String with single quote #28
Comments
@urbim Can you please help in this ? |
We will address this in the next release, expect a solution in one to two weeks. |
@MBJuric Can you please give an update on this as it is one of the important features for our release. |
We will have a look at this immediately as we have some free resources of one of the developers. Rough plan is end of next week. |
Sorry for taking so long, we will look at the issue next week. |
@MBJuric Any update on this ? |
I am trying to search a String which has single quote in it. It is not able to find it.
I tried with escape characters like \ and doubling '' it but no luck.
My string is - ably.qer-z'o pp
Queries which I have tried -
string:EQ:'ably.qer-z\'o pp'
string:EQ:'ably.qer-z''o pp'
string:EQ:'ably.qer-z^'o pp'
None of the above are working and returning empty result.
Can you confirm right escape character for such kind of queries ?
The text was updated successfully, but these errors were encountered: