NeowayLabs / neosearch

Full Text Search Library
30 stars 4 forks source link

Support object field / nested #28

Closed i4ki closed 9 years ago

i4ki commented 9 years ago

We need support to index the document below:

{
    "id": 1,
    "address": {
        "city": "florianópolis",
        "district": "Itacorubi",
        "street": "Patricio Farias"
    }
}