elastic / app-search-reference-ui-react

A generic UI for use with any App Search Engine
https://www.elastic.co/products/app-search
Apache License 2.0
66 stars 24 forks source link

Fixed non string fields not rendering #19

Closed JasonStoltz closed 6 years ago

JasonStoltz commented 6 years ago

We use snippet fallbacks and try to render everything by using snippet values. However, non-string fields will not have fallbacks. Because of this, we need to use raw values. Raw values must be html safe to be considered safe to use.

goodroot commented 6 years ago

LGTM. 👍