-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Enh/unified search #21971
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enh/unified search #21971
Conversation
46dc108 to
a4c1fd8
Compare
|
As for sorting, maybe the current app could be preferred somehow? So in talk Talk results, on files the file results, etc |
|
@nickvergessen absolutely, good call! :) We even discussed that for apps which don’t have their own in-app search, this way they don’t even have to implement their own search but only hook into the unified search. |
For the rest of the apps, I would propose the app order as it is shown in the header (but with current app first ofc.). |
Issues:
Unrelated:
Follow-up
Stuff for future iterations:
|
|
/compile / |
e996f49 to
4116020
Compare
|
Failures seems unrelated! |
georgehrke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|
When you set the theming color to |
|
Bookmarks has its own search currently. Any recommendations on how this should be handled? |
Signed-off-by: John Molakvoæ (skjnldsv) <[email protected]>
4116020 to
aefdd64
Compare
|
🤖 beep boop beep 🤖 Here are the logs for the failed build: Status of 31299: failurejsunitShow full log |
This is a false negative, we can get this in |
nickvergessen
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🦈 Bite by bite
georgehrke
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Très Bien
|
Will there be a migration guide or anything for apps which use the old search already (forgive me if I missed the answer to that)? |
Yes, there is a documentation start in nextcloud/documentation#2166 |
|
BTW: this pr got wrongly merged. I failed the rebase it seems |


API changes
GET https://cloud.domain/search/providersNow returns a structure like
Issues
Questions