aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Search
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-155-17/+17
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: adjust code to adhere to coding standardAnna Larch2024-09-051-1/+1
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-255-105/+105
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-135-5/+20
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* test: Additional tests for issue #35776Dariusz Olszewski2024-03-041-0/+146
| | | | Signed-off-by: Dariusz Olszewski <starypatyk@users.noreply.github.com>
* add some comments for the distributive operation and add another testRobin Appelman2024-02-161-0/+27
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add extra flatten step to improve "or eq" -> "in" optimizationRobin Appelman2024-02-151-3/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* add a search query step to split IN statements that are to large for ociRobin Appelman2024-02-151-0/+44
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* optimize query pattern used by storage filterRobin Appelman2024-02-154-0/+340
Signed-off-by: Robin Appelman <robin@icewind.nl>