I've made a lot of progress customizing the results interface, based on the Modular UI, by taking advantage of the ResultList.resultTemplate() call.
Would it be possible to add a similar template mechanism to the filter pills?
The metadata that I add to my indexes are identifiers that I'd like to translate to human-readable text. The text is notably longer than the identifiers and I'd prefer to avoid storing the text in the index.
I've made a lot of progress customizing the results interface, based on the Modular UI, by taking advantage of the
ResultList.resultTemplate()
call.Would it be possible to add a similar template mechanism to the filter pills?
The metadata that I add to my indexes are identifiers that I'd like to translate to human-readable text. The text is notably longer than the identifiers and I'd prefer to avoid storing the text in the index.