Is it possible to order the facet category groups? At the moment it looks like its ordering the category groups by date/time last modified...
Hi,
No not really You could do it your view e.g. freemarker/JS. It is also possible to hack something up in groovy.
If you are using a Freemarker template you can do it this way:
https://docs.funnelback.com/15.24/customise/standard-options/faceted-navigation/displaying-faceted-navigation.html#controlling-what-facets-are-shown-and-the-facet-display-order
If you are using the JSON you'll have to do the ordering in your code that interprets the facets.