stable

Clone or download

Read-only

feat: Introduce breadcrumbs in search criteria

When users search in a folder deep in the hierarchy, they can perform the search in one of the parent folder in one click. To be done later (dedicated contributions): * Do not display the breadcrumbs when we are searching in root folder - Add "Search in whole project documentation" link Note: you will need the feature flag to test this feature Part of story #24197: search for Documents with criteria Change-Id: I5f8b24631459fd72fa88440d31ac6742719da33a

Modified Files

Name
M plugins/document/scripts/document/components/AdvancedSearch/SearchContainer.test.ts +35 −0 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchContainer.vue +6 −0 Go to diff View file
A plugins/document/scripts/document/components/AdvancedSearch/SearchCriteriaBreadcrumb.test.ts +102 −0 Go to diff View file
A plugins/document/scripts/document/components/AdvancedSearch/SearchCriteriaBreadcrumb.vue +77 −0 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchCriteriaPanel.vue +4 −1 Go to diff View file
A plugins/document/scripts/document/components/AdvancedSearch/__snapshots__/SearchCriteriaBreadcrumb.test.ts.snap +12 −0 Go to diff View file
M plugins/document/scripts/document/po/fr_FR.po +3 −0 Go to diff View file
M plugins/document/themes/_search.scss +14 −0 Go to diff View file