Nico, we do not suppose full-string searching or Case - Insensitive searching at the time. Only front-anchored case sensitive searches.
thanks,
Nico,
Can you please be a bit more specific as to what you're trying to do here? I'm very confused.
You can use collectionAccess: http://devcenter.kinvey.com/html5/reference/business-logic/reference.html#collection-access-module along with find (see former link) and not have to write your own search...
Thanks,
Nico Barelmann
Hey,
i've read a lot of the mongoDB documentation and the Kinvey Docs, but i'm not able to build a "cool" search function for my collection - so maybe you can help me out. My problem is that kinvey seems to not support all stuff from mongo directly, so i'm a little bit confused.
Let's say i have to fields in my user collection"first_name" and "last_name" - and now i want to create a search function for this. Of course i should be possible to search for "John" as for "John Smith". (If there are more persons with the same first_name, "john" as a term should deliever all of them as result)
I've tried something like this:
but that doesn't seem to be pretty nor to be right. Any ideas? Maybe an addition in the docs would be nice, i think a "text search" is one of the basics we are dealing with ?!
best, Nico