Hey everyone, currently the quick search panel has some design quirks that make it standout a little bit from the usual XWiki UI style. Stuff like the drop shadow being too strong, no border radius applied on the panel, and it also wastes space and is not mobile friendly.
With this in mind, I would like to propose a UI update to this panel. Mind you, this is only a UI update for now. We have other proposals on this that changes other aspects. Like this one from Adina and another one, from Marius
All in all, more streamlined, with lighter shadow, border radius like other elements on the interface. The Icon Theme should also be applied if possible.
The category name for each group of results was brought inline with the rest of the results, this way it is quicker for the user to follow from one field to another as they are in the same vertical.
The “Hide suggestions” was stylized like a close button on a dialog, as its behavior is the same.
The “Go to search page” was moved to the bottom of the panel. As in “none of these results interested me” so we provide a link to a more powerful feature.
The final looks are very close to what Marius proposed in his version, using bootstrap components. But here I am advocating more for a purely visual change initially, easier and quicker to do, but one that brings us some
usability improvements as well.
The only thing I’m somewhat uncertain of, is that in the example with content the horizontal lines separating sections don’t go across the whole width of the element. Is that intentional?
Looks great and it doesn’t seem that it would require a lot of coding effort to implement the changes. Thanks a lot for the proposal!
One thing that we could consider is keeping “go to search page” at the top.
I have no research to back this up, but I will suppose that most users with big wikis try to use quick search but end up clicking advanced search because quick search results are not satisfactory.
This is the case for me 99% of the time, but obviously I cannot be certain if everyone feels the same. I hope more people will let us know their opinion on this.
Other than that, maybe have:
a bit more space around every item
more space between sections
having slightly more width to the whole dropdown because some pages will have unavoidable long titles
Hello! Thanks, I got to spend time on this UI in the past for XWIKI-16140: Make quick search suggestions accessible, and it definitely needs some improvement. I would suggest that during implementation we pair these style changes with some cleanup on the semantics side, from what I can remember, the HTML generated is a bit legacy too .
I thought the same at first, but I figured out advanced users could just submit the form (by either pressing enter on the search input or clicking the search icon next to it) to get redirected to the advanced search page. There’s already the search icon that fulfills this role here so I don’t think there’s any need to keep this link up here.
Definitely needed to be mentionned though, thank you
The same could be said for breadcrumbs @tkrieck What should the behaviour be when the title gets longer than the width we’re giving it? (wrapping, ellipsis, cut out, …)
What should the behaviour be when the breadcrumb gets longer than the width we’re giving it?
Whatever the width we pick for the dropdown, it will happen and it’d be good to think beforehand about the kind of fallback we want here
Do you have a ticket opened about these improvements on our jira? XWIKI-15115: Make Search Suggest use IconThemes would probably be solved by the improvements proposed here, it’d be good to link it to the ticket related to this proposal.
PS: I just saw Loading..., but we might need another issue to keep track of the implementation itself.
The quick search provides a lot of categories and 3 results per category. Thus we had not many successful searches. Most of the results were doubled in all the categories. So we decided to change the quick search radically. We only provide one category with an advanced search pattern showing 15 results and another category only showing 3 results focussed on user names.
With these changes I nearly find every page I’m searching for.
Nice ones, I adjusted the layout a little bit based on your feedback. It’s not a lot, but noticeable. I also added a line dividing the “Go to Search Page” to make it more clear that’s something else instead of a result item.
That’s a fair point to think about. I’d go with:
Breaking the title to show the entire sentence (it can be very long). Because the search term can be anywhere inside the title
But show a cut version of the breadcrumb. With the last page visible and the rest of the path up until the limits of the dialog, then insert an ellipsis. My reasoning for this is to give it only a general context of the item. The full path could be shown as a hint on mouse over. WDYT? Example:
Yes, that’s just the Jira for the proposal itself. We’ll need one (or more) for the implementation.
Thank you for explaining your use-case! I’ll keep in mind.