aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Search/QueryOptimizer
Commit message (Collapse)AuthorAgeFilesLines
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-154-16/+16
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-254-103/+103
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-134-4/+16
| | | | 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>
* optimize query pattern used by storage filterRobin Appelman2024-02-154-0/+340
Signed-off-by: Robin Appelman <robin@icewind.nl>