String search using fullText returns error 500

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

What is the query that is run? You can look in network tab for more details about the error.

You may have to add an index in mongodb specific to that search. There is a forum thread that specifies how to do that.