Update structure
- The Type of publication checkbox list uses wrong
for
label. Isfor="type.JOURNAL_ARTICLE"
should befor="type-JOURNAL_ARTICLE"
(asid="type-JOURNAL_ARTICLE"
) - Collections are included that have no records for the configured
collections
of the partner. It would be best if the list of collections is obtained by calling the API with the configured partner+collections filter and it should return the list only forPUBLISHED
records. - Add possibility to specify which languages to list in the form. If the list has one language (e.g.
[ "en" ]
) then don't show the filter at all. If the list is blank/undefined, show all. - Order filters: full-text, title, keyword, author name, year, (hide DOI, journal, publisher, type of publication), lang, collections.
- Citation card: order properties in order of filters.
- "Full text search": Rename to "General search" and add a placeholder "Search across titles, summaries, authors, keywords,..."
- Citation details: Language says
en
instead of English - Species names: italicize correctly (use code from Genesys)
- Make sure to use
<section>
for search form and results. Movexxx citations
into the results section (i.e. after the "Apply" / "Reset" filters buttons).
Edited by Matija Obreza