-
Notifications
You must be signed in to change notification settings - Fork 19
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
Search page content when using the page filter in the left navigation #1094
Comments
Also it would be great to then highlight the search term when you go to the page, as it is done in https://docs.nextcloud.com/server/latest/user_manual/en/ (which runs read the docs?) But I think this also needs a higher-level discussion: There is the unified search in the top right, which is supposed to be THE way to find anything (right?). Afaik it already searches in collectives page contents. Then we don't need the same functionality in two places, right? But then how can users easily discover that the left search bar is just a page title filter, and the real search in in the top right? And maybe related: nextcloud/office#13 |
Thanks for your feedback @alexanderdd
Yes, though this is a separate issue. We are looking into providing search/highlight functionality in the text app which we first need to be able to use this to highlight results within Collectives then. #648
While we already have the unified search it has quite a few design issues nextcloud/server#24056 especially when it comes to providing quick access within the current visible app context. When discussing this in the past with the design team we came to the conclusion that local filtering also makes sense separately. I don't see why having the unified search would contradict with showing useful results also when performing local filtering in the current collective. |
Is your feature request related to a problem? Please describe.
This came up in design discussions with @marcoambrosini
We should think about providing page content search results when filtering in the page list of the left navigation.
Describe the solution you'd like
My initial suggestion would be to still list page title matches first by filtering the page list (as it currently works) but provide content matches in a second list below.
Describe alternatives you've considered
None so far
Additional context
This is also how the search in the Talk mobile app works for example, though I don't think we have a similar pattern yet on the web anywhere.
The text was updated successfully, but these errors were encountered: