]> git.evergreen-ils.org Git - Evergreen.git/commit
LP2009865 Revised search result headings & source order
authorStephanie Leary <stephanie.leary@equinoxoli.org>
Thu, 9 Mar 2023 16:08:40 +0000 (16:08 +0000)
committerGalen Charlton <gmc@equinoxOLI.org>
Wed, 19 Apr 2023 13:15:16 +0000 (09:15 -0400)
commit18f99a68e67df86cdd1cece2d434f2a351b205b5
treec556e526aff7675c9bb8456902edf6b8a259116b
parent57d560c87016178a4669a2002db0209522e238a9
LP2009865 Revised search result headings & source order

Revises the hierarchy of headings in the search results. In combination
with the H1 provided in in bug #1994711, the result is now:

h1. Staff Catalog
h2. Search Results (N)
(repeat for each result:)
h3. [Title] [Author]
h2. Facets
(repeat for each facet box:)
h3. [Facet title]

The source order of the results list and facet sidebar have been
swapped. The facets still appear on the left visually, but now fall
after the results in the document.

Signed-off-by: Stephanie Leary <stephanie.leary@equinoxoli.org>
Signed-off-by: Jane Sandberg <js7389@princeton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxOLI.org>
Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.html
Open-ILS/src/eg2/src/app/staff/catalog/result/facets.component.ts
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.css
Open-ILS/src/eg2/src/app/staff/catalog/result/record.component.html
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.css [new file with mode: 0644]
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.html
Open-ILS/src/eg2/src/app/staff/catalog/result/results.component.ts