stable

Clone or download

Read-only

Limit and offset must be taken in account in sql query

part of story #24197 search for Documents with criteria You can test it by using GET /docman_folders/{id}/search route Change-Id: I2f7399975c1fda45cb09b5e31bfb1bedfd4d09fe

Modified Files

Name
M plugins/docman/include/Docman_ItemDao.class.php +7 −3 Go to diff View file
M plugins/docman/include/REST/v1/DocmanFoldersResource.php +4 −4 Go to diff View file
M plugins/docman/include/REST/v1/Folders/BuildSearchedItemRepresentationsFromSearchReport.php +5 −6 Go to diff View file
A plugins/docman/include/REST/v1/Folders/SearchRepresentationsCollection.php +37 −0 Go to diff View file
M plugins/docman/tests/unit/REST/v1/Folders/BuildSearchedItemRepresentationsFromSearchReportTest.php +15 −8 Go to diff View file