kumuluz / kumuluzee-rest

KumuluzEE REST extension for implementation of common, advanced and flexible REST API functionalities and patterns as microservices.
https://ee.kumuluz.com
Other
8 stars 4 forks source link

Not able to search String with single quote #28

Open sjain2020 opened 1 year ago

sjain2020 commented 1 year ago

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 ?

sjain2020 commented 1 year ago

@urbim Can you please help in this ?

MBJuric commented 1 year ago

We will address this in the next release, expect a solution in one to two weeks.

sjain2020 commented 1 year ago

@MBJuric Can you please give an update on this as it is one of the important features for our release.

MBJuric commented 1 year ago

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.

azhar04 commented 7 months ago

Hi @MBJuric / @osbeorn, Any update on this ?

MBJuric commented 7 months ago

Sorry for taking so long, we will look at the issue next week.

sjain2020 commented 3 months ago

@MBJuric Any update on this ?

azhar04 commented 3 months ago

HI @MBJuric / @osbeorn / @cen1 ,

Any fix for this issue ?