-
Notifications
You must be signed in to change notification settings - Fork 155
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
Refine Searchbar & Searchpreview #7591
Comments
A little note according to the screenshots: We have a hard limit of 200 search results, even in the list. So "Show all 849 results" is technically not possible. |
Additionally: If this will omit the "Search in current folder" search provider, I would be more than happy. |
Yes, the idea here is to completely get rid of the |
@tbsbdr just to be clear, a search term history in focused & empty state would need to be solved via localStorage at the moment. We don't have a way to store such information in the backend. For the |
totally fine - the recent suggestions is just nice-to have; I'm happy if we remove the current |
Thanks for clarification. @kulmann Would you like to decide which features we like to implement until GA? |
I think the following work packages make sense:
Having 1+2 for GA would be awesome. 1. is the minimum requirement. What do you think? If you can come up with a more fine grained approach for 2. I'd be happy as well. ;-) |
100% agree, will do. The only thing we need to have a look at, is that the backend might be able to handle the recent search results correctly. For me this means that the files in personal home will have a higher score than somewhere else. Still don’t know what to do with the show 800 more results… As I mentioned before we have a hard limit of 200. What’s about the search limit for the preview? |
Action items:
|
Regarding relevance score, In general the REPORT request is supposed to carry a property
Just show
Let's play with that, I also think that something like 8-10 would be good. Just make sure that it's scrollable if we don't have sufficient viewport height. |
Thx for clarification, can we please think again about clicking the x will redirect to the previous page? It is awful… if I enter a search term and will be redirected to the search route, enter a new term and click x, I will be redirected to the previous search page. This feels pretty bad and confusing. @kulmann mentioned already that a redirect to “/“ would be sufficient and I like to agree |
Yes, had the same impression, the UX on subsequent searches feels just wrong. |
Update - added to initial post:
looked fast enough on @janackermann local system. ignore the above. |
@janackermann @kulmann as we talked about the future of search in Infinite Scale I'm droping here a draft so that we have a foundation for discussion. I'll schedule a meeting so that we can cherrypick and slice: |
Good idea to add markjs (yellow text background) added to tasklist. Question: When no contacts are found, the whole section contacts should not be displayed, right? |
Jep, right |
Replaces current filter & search
Initial state
Focused (empty / cleared)
Shows most recent search terms of the user; most recent on top.
╳
"→
"Searching
shows search spinner + text "Searching ..."
if text is entered:
╳
"→
"No results found
Recent-Suggestions
Show Quick results
matching suggestions
resource results
Speed 🚀 upresource results
: if the current folder contains matches (filter) those are shown first in the resource results (c.f. (FR) Change behaviour of Search Bar to list results from current folder listing first #7099)→
)Select results 1
Select results 2
Browsing ⬇️
Browsing ⬇️
Browsing ⬇️
Show all
→
)The text was updated successfully, but these errors were encountered: