aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Files/Cache/SearchBuilderTest.php
Commit message (Collapse)AuthorAgeFilesLines
* test: Fix tests/lib/FilesJoas Schilling2025-05-151-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix: Metadata field searchartonge/fix/metadata_field_searchLouis Chemineau2025-01-201-2/+7
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* refactor: Add void return type to PHPUnit test methodsChristoph Wurst2024-09-151-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* chore: Add SPDX headerAndy Scherzinger2024-05-131-17/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* optimize query pattern used by storage filterRobin Appelman2024-02-151-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Files: Extend search to also cover tagsMarcel Klehr2022-05-171-1/+1
| | | | | | fixes #326 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* split of query building bits from searchhelperRobin Appelman2021-06-141-0/+219
Signed-off-by: Robin Appelman <robin@icewind.nl>