On Sat, 2020-08-08 at 04:44 -0700, Irene Vagionakis wrote:
> - group the facets in the search page in separate sections?
Modify the search.xml template to include the sections and explicitly
apply templates to each facet in the place and order that you wish,
rather than using the current apply-templates to all facets.
> - highlight the searched terms in the results pages?
You need to pass the searched terms from the search results link to the
inscription page in the querystring, and then have either modify the
map:match for an inscription to read this information and add
appropriate markup, or use some JavaScript to handle the highlighting
on the client end. I would probably go the latter route.
> Also, does any of you know how to make multilingual the facets?
Do you mean the facet names, or the values? For the former, you just
need to supply a translation as for any other bit of translated text.
The i18n keys are of the form "facet-<name of facet>".
For the facet values, if you are storing references to authority files
that are harvested into RDF with language information, this will happen
automatically if the facet name is listed in rdf-facet-lookup-fields in
config.xmap.
Jamie