Hello im implementing Search UI, im using facet components, i have a filter that has two values that come from schemas "offers" and "articles". Since our schema is in english but the website is in German i would like to know if there is a possibility to change the label of the Facet inputs.
my engine.json has:
"facets": ["type", "locality"]
in my react component I iterate and render each Facet.
<Facet
key={field}
field={field}
label={field.replaceAll(_',' ')}
/>
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.