summaryrefslogtreecommitdiffstats
path: root/lib/private/Files/Search
Commit message (Expand)AuthorAgeFilesLines
* fix: handle cases where non-binary operators are mixed in for optimizing sear...Robin Appelman2024-03-041-38/+15
* fix: don't short circuit query optimizerRobin Appelman2024-03-041-1/+3
* add some comments for the distributive operation and add another testRobin Appelman2024-02-161-4/+23
* add extra flatten step to improve "or eq" -> "in" optimizationRobin Appelman2024-02-151-0/+1
* fix types + autoloaderRobin Appelman2024-02-152-5/+5
* add a search query step to split IN statements that are to large for ociRobin Appelman2024-02-152-0/+34
* hopefully improve propagation of 'path eq hash' hint into 'in' statementsRobin Appelman2024-02-152-4/+5
* optimize query pattern used by storage filterRobin Appelman2024-02-158-10/+287
* accept boolean valueMaxence Lange2023-11-221-3/+3
* IFilesMetadataMaxence Lange2023-11-073-13/+15
* IFilesMetadataMaxence Lange2023-11-073-36/+37
* extend path-prefix optimizer to remove all cases of path_hash= when encounter...Robin Appelman2023-01-113-13/+58
* escape path prefix when doing cache jail searchRobin Appelman2022-11-022-6/+7
* generate a better optimized query for path prefix search filtersRobin Appelman2021-08-265-0/+158
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-044-8/+4
* handle ordering in folder searchRobin Appelman2021-03-191-0/+25
* only require user to be set in a query that handles tagsRobin Appelman2021-03-181-4/+4
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+0
* Update license headersChristoph Wurst2019-12-054-4/+4
* Allow filtering the search results to the users home storageRobin Appelman2019-12-031-1/+15
* Update license headersMorris Jobke2017-11-064-0/+8
* Allow searching for favoritesRobin Appelman2017-03-081-1/+13
* Implement webdav SEARCHRobin Appelman2017-03-012-0/+94
* add icewind/searchdavRobin Appelman2017-02-284-0/+167