For a point attribute to be filterable, it needs to be included in filterable_fields array of the configuration. In default none of the fields are filterable
"filterable_fields": [
"campus"
]
The values in filterable_fields array that are not attributes of the category will be ignored
Field Types
We can define field type in profile collection config.
There are 2 types of type supported currently.
Text - renders data as text
HTML - clean up tags according to allowed tags and renders HTML
Here more info & report error are key for data fields in locations object.
Allowed Tags : a, b, em, span, i, div, p, ul, li, ol, table, tr, td, th