]> 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:31:24 +0000 (09:31 -0400)
commit653d15ba63acfd156fe578990031068064d0d4d5
tree67eb19f6b633ea492211dc9119f71a4969bc9e74
parentd128d11227c4867551cbbc53cba6cc08a886229d
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