MomoMoses / portal-specs

tracking specs and functions for portal design and build
2 stars 0 forks source link

UBIQUITOUS CLICKABLE #27

Open MomoMoses opened 3 years ago

MomoMoses commented 3 years ago

CLICKABLE EVERYWHERE

TOPICS in Browse by or in curated topics list are clickable to show all collections with that topic (creates query using that topic). TOPICS within finding aids are clickable; same result as above, new query.

NAMES in search results page listing AND in detailed finding aid page are clickable, resulting in a new query using that name as input. From the SERP, this is functionally equivalent to using a NAMES facet on the sidebar and clicking that name.

The sidebar facet method has additional functionality in that more than one name can be selected as a filter for results.

MomoMoses commented 3 years ago

In XSLT transform, can make any of the elements a link, such as . Not complicated to add. Tricky part: some pre-processing of elements for facets, e.g. capitalization, punctuation (internal commas). Something to test - is it the same as clicking a facet? Also do variants work the same as a search. Facets are through Python; clicking on a word in a finding aid goes through MarkLogic.

MomoMoses commented 3 years ago

Can we click a name in the finding aid and then add another name from the facets sidebar to the selected facets on the SERP?