Hello team,
We are facing some issues while trying to search strings using queries with the fullText function.
Every time we try to use this, the server returns to us an error 500.
If we use startsWith
or matches
, those functions work but force the user to make the search string very precisely and this is not what we are aiming for.
The issue looks like comes from the RESTController lib, while parsing the request response
We are currently using JS SDK v1.9.1