stable

Clone or download

Read-only

move route under POST docman_search/id

part of story #24197 search for Documents with criteria No functional changes on the route usage itself Change-Id: I002db542d97da617de777f1ad1377e08e2c4ff9a

Modified Files

Name
M plugins/docman/include/REST/ResourcesInjector.php +7 −0 Go to diff View file
M plugins/docman/include/REST/v1/DocmanFoldersResource.php +0 −153 Go to diff View file
A plugins/docman/include/REST/v1/Search/PostSearchRepresentation.php +47 −0 Go to diff View file
A plugins/docman/include/REST/v1/SearchResource.php +206 −0 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanFoldersTest.php +0 −63 Go to diff View file
A plugins/docman/tests/rest/Docman/SearchTest.php +107 −0 Go to diff View file
M plugins/docman/tests/rest/DocmanDataBuilder.php +11 −7 Go to diff View file
A plugins/docman/tests/rest/Helper/DocmanSearchDataBuild.php +79 −0 Go to diff View file