stable
Clone or download
Read-only
Given the backend have more than 15 results to show, currently a message asks to the users to refine the search. They might feel a little bit frustrated. Now a "more" button is displayed so that users can see those results. Part of story #26771: Index artifact fields (REST + Switch to) on updated artifacts only Change-Id: I737a44450bfddfb86065521b564042464dd7dbd7
Modified Files
Name | ||||
---|---|---|---|---|
M | src/scripts/switch-to/po/fr_FR.po | +6 | −3 | Go to diff View file |
M | src/scripts/switch-to/po/pt_BR.po | +6 | −3 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Items/SearchResults/SearchResults.test.ts | +2 | −2 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Items/SearchResults/SearchResults.vue | +1 | −1 | Go to diff View file |
A | src/scripts/switch-to/src/components/Body/Items/SearchResults/SearchResultsList.test.ts | +118 | −0 | Go to diff View file |
M | src/scripts/switch-to/src/components/Body/Items/SearchResults/SearchResultsList.vue | +20 | −5 | Go to diff View file |
M | src/scripts/switch-to/src/components/Header/SwitchToHeader.vue | +4 | −1 | Go to diff View file |
M | src/scripts/switch-to/src/helpers/search-querier.test.ts | +197 | −18 | Go to diff View file |
M | src/scripts/switch-to/src/helpers/search-querier.ts | +44 | −19 | Go to diff View file |
M | src/scripts/switch-to/src/stores/fulltext.test.ts | +122 | −29 | Go to diff View file |
M | src/scripts/switch-to/src/stores/fulltext.ts | +31 | −3 | Go to diff View file |
M | src/themes/common/css/utils/_switch-to.scss | +3 | −1 | Go to diff View file |