Grisha,
We do not support full-string search, only case-sensitive anchor matches for the beginning of strings will work within Kinvey at this time.
Thanks,
Hey Damien,
I achieved Search substring with case - insensitive with following regex.
"$regex" : "^.*(?i)_strSearchText.*"
Grisha Gevorkyan
Regex Queries on UserId are not working. I am trying to fetch users the following way for a search.
Regex is made right , I checked twice, I think you just disabled regex on user collection on id.