FacetApi Format
Categories
Component ID
2033805
Component name
FacetApi Format
Component type
module
Maintenance status
Development status
Component security advisory coverage
not-covered
Component created
Component changed
Component body
Adds new FacetApi filter that allow us to format final output of facets. Currently it supports numeric values, but developers can easily add/modify formats via hook_facetapi_format_item_types() and hook_facetapi_format_item_types_alter()
Use case:
Solr field keeps amount in minor units (cents), but you want to convert them to dollars and add currency symbol
Before: 123456, after - $1,234.56
