Replace characters in result items? #3943
-
I have a search result where one of my columns (State) is a multi-value field. One some of the results, there can be tens of values specified, They all come out as semicolon-separated text that does not wrap. Overflow on the field appears to default to ellipsis instead of wrapping. Does anyone know how to:
Ideally, the solution would allow me to turn this: AL;AK;AR;AZ into this: AL or even better some variant of this: AL, AK, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It sounds like you can use the same approach as I used on the Tags values on a number of layouts. This one might be the best sample, https://github.com/microsoft-search/pnp-modern-search-layouts/tree/main/Results/Handlebars/List%20Tag%20options |
Beta Was this translation helpful? Give feedback.
It sounds like you can use the same approach as I used on the Tags values on a number of layouts. This one might be the best sample, https://github.com/microsoft-search/pnp-modern-search-layouts/tree/main/Results/Handlebars/List%20Tag%20options