Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implements search on null/notnull metadata | Maxence Lange | 2023-11-22 | 1 | -0/+2 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | moving metadataquery | Maxence Lange | 2023-11-13 | 1 | -1/+1 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | feat(files): Allow advanced search for files | Benjamin Gaussorgues | 2023-11-10 | 1 | -0/+8 |
| | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> | ||||
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -1/+1 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -25/+72 |
| | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com> | ||||
* | fix: include invisible tags for admins | Arthur Schiwon | 2023-06-21 | 1 | -10/+7 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Refactors "strpos" calls in lib/private to improve code readability. | Faraz Samapoor | 2023-05-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Faraz Samapoor <fsamapoor@gmail.com> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fixed the cache searchBuilder negative map | David | 2022-08-16 | 1 | -1/+1 |
| | | | Signed-off-by: David <37280718+yeyulantu@users.noreply.github.com> | ||||
* | Files: Extend search to also cover tags | Marcel Klehr | 2022-05-17 | 1 | -1/+7 |
| | | | | | | fixes #326 Signed-off-by: Marcel Klehr <mklehr@gmx.net> | ||||
* | tell mysql to ignore the sort index for search queries | Robin Appelman | 2022-04-22 | 1 | -0/+11 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | generate a better optimized query for path prefix search filters | Robin Appelman | 2021-08-26 | 1 | -2/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | use case insensitive like when limiting search to jail | Robin Appelman | 2021-08-17 | 1 | -2/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | split of query building bits from searchhelper | Robin Appelman | 2021-06-14 | 1 | -0/+235 |
Signed-off-by: Robin Appelman <robin@icewind.nl> |