stable
Clone or download
Read-only
part of story #24197: search for Documents with criteria Global search have now a "?" next to input label On hover a popover gives user information about search with pattern possibilities Note: You have to activate the feature beforehand: tuleap config-set feature_flag_search_for_documents_with_criteria 1 Change-Id: I93ae3b9c8ac95bec70d2928ffee6c7616920d26d
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/document/scripts/document/components/AdvancedSearch/SearchCriteriaPanel.vue | +11 | −5 | Go to diff View file |
A | plugins/document/scripts/document/components/AdvancedSearch/SearchInformationPopover.test.ts | +31 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/AdvancedSearch/SearchInformationPopover.vue | +97 | −0 | Go to diff View file |
A | plugins/document/scripts/document/components/AdvancedSearch/__snapshots__/SearchInformationPopover.test.ts.snap | +28 | −0 | Go to diff View file |
M | plugins/document/scripts/document/po/fr_FR.po | +26 | −0 | Go to diff View file |
M | plugins/document/themes/_search.scss | +9 | −0 | Go to diff View file |