I’m happy to share improvements to Atlas Search facets!
- Support for faceting on fields indexed as
number
ordate
types. This includes dynamically mapped fields. - Facets now support arrays of numbers and dates (including paths contained in arrays of documents).
Existing indexes will not be affected.
To take advantage of this functionality, you must:
- Remove any
numberFacet
/dateFacet
field mappings - Ensure the field(s) you want to facet on are mapped to
number
/date
field mappings
String facets are unchanged for now, but stay tuned for more updates soon!
See Changelog.