As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
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.