rufuspollock-okfn / facetview

FacetView is a pure javascript frontend for ElasticSearch.
291 stars 91 forks source link

Facet specification (field addressing) #36

Closed mihneasim closed 11 years ago

mihneasim commented 11 years ago

3 independent usable commits:

This fix allows to use keys containing dots, and also supports any level of nesting for the specifying facet fields. Arrays are fully supported at any level of nesting. See tests/unit/helpers.js for a complete example.

rufuspollock commented 11 years ago

@markmacgillivray could this be merged?