aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/lib/Search
Commit message (Collapse)AuthorAgeFilesLines
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-20/+4
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* chore: Add SPDX headerAndy Scherzinger2024-05-291-23/+2
| | | | Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
* feat(search): allows to search files by pathBenjamin Gaussorgues2024-02-271-0/+3
| | | | | | | Use `GET search/providers/files/search?path=<path>` with beginning of the path Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-8/+8
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* fix(files): avoid sending thumbnail URL for directory as none existsBenjamin Gaussorgues2023-11-171-4/+10
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* feat(files): Allow advanced search for filesBenjamin Gaussorgues2023-11-101-17/+88
| | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* Fix wrong unified search link to folderJohn Molakvoæ2022-01-131-6/+5
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* Trigger click event when scrollTo is setLouis Chemineau2021-06-091-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* pass order from unified search to file searchRobin Appelman2021-03-191-1/+5
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use "newer" node search api directly in unified searchRobin Appelman2021-03-181-31/+42
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* limit constructing of result objects in file searchRobin Appelman2021-03-111-2/+3
| | | | | | | | even thought we currently have no proper way of limiting the search itself, we can at least limit the construction of the result objects. this saves about 40% of the time spend in the search request in my local testing Signed-off-by: Robin Appelman <robin@icewind.nl>
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add attributes to file search resultsChristoph Wurst2020-12-031-1/+4
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #22854 from nextcloud/bugfix/noid/unified-searchRoeland Jago Douma2020-09-151-2/+2
|\ | | | | Bugfix/noid/unified search
| * Use absolute URLs on search results for the clientsJoas Schilling2020-09-151-2/+2
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix files search providerRoeland Jago Douma2020-09-111-1/+11
|/ | | | | | | | The move to OCS make it so no filesystem is setup. This makes the static file search code do boom. Explicitly getting the users filesystem helps. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-2/+5
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Hand in the route and the parameters of the requestJoas Schilling2020-08-051-1/+5
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Make apps handle the order logicJohn Molakvoæ (skjnldsv)2020-08-051-1/+1
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Show mime icon, bump bundles, make the SearchResultEntry class ↵John Molakvoæ (skjnldsv)2020-08-042-44/+29
| | | | | | non-abstract, Fix header search icon, various fixes Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Fix unified searchJohn Molakvoæ (skjnldsv)2020-08-032-5/+32
| | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* Implement unified search for FilesChristoph Wurst2020-06-242-21/+59
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Add unified search APIChristoph Wurst2020-06-241-0/+72
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>