for example if I have multiple addresses and I want to filter by state is 
it possible?
 

> cliente = {
>       '_id': ObjectID ('123456789abcdef'),
>       'first_name': 'Arnold',
>       'último nome': 'Pettibone',
>       'endereços': [
>         'casa' : {
>           'rua': '1234 rua falsa',
>           'cidade': 'Anytown',
>           'estado': 'OH',
>           'zip': '12345'
>         },
>         'trabalhos' : {
>           'rua': '742 Evergreen Terrace',
>           'cidade': 'Springfield',
>           'estado': 'OH',
>           'zip': '12345'
>         }
>       ]
>  }
>
> Jens Alfke — Mobile Architect — Couchbase, Inc.
>
>

-- 
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/abfbe61c-974d-4f7c-9157-deb4fbcce2d6%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to