stable

Clone or download

Read-only

feat: preprocess the item description

Given an item has cross references inside the description, When this item matches the search criteria, Then the column display links to cross referenced items in the description column. Since we don't need to use the raw `description` field in the SearchRepresentation yet, it is removed. Note: You have to activate the feature beforehand: tuleap config-set feature_flag_search_for_documents_with_criteria 1 Part of story #24197: search for Documents with criteria Change-Id: I449538e24cb104411c9c8e39cd2120679844d0b4

Modified Files

Name
M plugins/docman/include/REST/v1/Folders/BuildSearchedItemRepresentationsFromSearchReport.php +1 −0 Go to diff View file
M plugins/docman/include/REST/v1/Folders/SearchRepresentation.php +18 −13 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Folders/BuildSearchedItemRepresentationsFromSearchReportTest.php +1 −1 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/TableBodyResultRow.test.ts +3 −1 Go to diff View file
M plugins/document/scripts/document/components/AdvancedSearch/SearchResult/TableBodyResultRow.vue +1 −1 Go to diff View file
M plugins/document/scripts/document/type.ts +1 −1 Go to diff View file