aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Cache/SearchBuilder.php
Commit message (Collapse)AuthorAgeFilesLines
* implements search on null/notnull metadataMaxence Lange2023-11-221-0/+2
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* moving metadataqueryMaxence Lange2023-11-131-1/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* feat(files): Allow advanced search for filesBenjamin Gaussorgues2023-11-101-0/+8
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* IFilesMetadataMaxence Lange2023-11-071-1/+1
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* IFilesMetadataMaxence Lange2023-11-071-25/+72
| | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* fix: include invisible tags for adminsArthur Schiwon2023-06-211-10/+7
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Refactors "strpos" calls in lib/private to improve code readability.Faraz Samapoor2023-05-151-1/+1
| | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com>
* composer run cs:fixCôme Chilliet2023-01-201-1/+1
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* fixed the cache searchBuilder negative mapDavid2022-08-161-1/+1
| | | Signed-off-by: David <37280718+yeyulantu@users.noreply.github.com>
* Files: Extend search to also cover tagsMarcel Klehr2022-05-171-1/+7
| | | | | | fixes #326 Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* tell mysql to ignore the sort index for search queriesRobin Appelman2022-04-221-0/+11
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* generate a better optimized query for path prefix search filtersRobin Appelman2021-08-261-2/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use case insensitive like when limiting search to jailRobin Appelman2021-08-171-2/+4
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* split of query building bits from searchhelperRobin Appelman2021-06-141-0/+235
Signed-off-by: Robin Appelman <robin@icewind.nl>