I wish to use Cloudant Query to get all the documents wuth the specified field is matched with a string (similar to SQL "LIKE") but I just can't figure out how to do it.
I realize I can use Search Index for this purpose but I would love to know the solution using Cloudant Query.
You could use the
$regex
operator, which allows you to use a regular expression pattern. For example,Additional info:
https://docs.cloudant.com/cloudant_query.html#condition-operators