That would be awesome. A simple way to query based on keys would be great too. Right now when I want to clear out a whole bunch of key/values from the local document store I have to fetch regular documents, loop through them, then delete the ones that have matching keys. I'm using this for storing CloudKit sync metadata. When you receive a response from CloudKit, it contains metadata that needs to be stored so that the next time you go to sync, you can create a CKRecord that already has the metadata in it and it knows to match it up with a CKRecord on the server. My keys all have a prefix and it would be great to be able to delete them all in one go via a prefixed search. But just the same local document store that we have today would be great to still have in 2.0 (or 2.1 when you can get to adding back geo queries).
-- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/0d17d56f-5c35-4c8a-b4f1-8a9460a2a6f1%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
