-
Notifications
You must be signed in to change notification settings - Fork 52
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
feature-request: Open search results in separate page #201
Comments
@chancez if I understand you correctly, you want a "See more button" that takes the user to another page containing the blogs that match the search results right? Will this is great, what is the intention of this feature? Does it help the UX since there is already a "View All" button in the pop-up? If there is still a need, will these returned search results be paginated on the new page assuming it is too long? Will the new page also contains another search box assuming the user what to filter from the originally filtered result. will it have a filter by-tag button like in the "All posts" sections? |
The intent is that it's easier to view results as I mentioned. Trying to view the search results in the tiny drop down is pretty bad UX when trying to look through a large list of search results. |
Alright. I will like to take a dig at this. |
Hi @xmulligan @kayceeDev @chancez I had an idea to expand the search bar upon being clicked and collapse options on the right (Enterprise, Learn, etc.) into a drop-down and again contract the search bar after search completion. If that sounds alright? |
@divz-codess do you mean on docs.cilium.io or on cilium.io? |
@xmulligan the issue is at https://cilium.io/blog/ so I meant to change it there. |
Hi @chancez I think what I find the solution for this problem is instead of expanding search bar and this small drop down. when user click on search button we can open a full page size search modal. |
I think @chancez was looking for what @Shubhamlmp wrote |
Yeah, that seems reasonable. |
@chancez @xmulligan So, can I do some r&d on this and start working? |
@chancez @xmulligan I think that having a modal only for searching blogs isn't much needed as at the end we are just displaying the blog titles and a short description so a modal dedicated for searching won't be required. |
Been following some design patterns for a while, & after a few iterations, I came up with this 👇🏼
I've crafted it in a way that maintains the overall UX consistency of the website making it a perfect fit! I do believe that it'll look even better in
The updated search solves the above issue. One just needs to click on the "open in a new tab" button to open that particular link in a new tab. Additionally, I've proposed a few more features in the same which will help maintainers & active users keep a track of the cc: @chancez, @xmulligan |
@Neilblaze I think @chancez was asking for something slightly different. When searching, he wants all of the results to open in a new page not being able to open individual results on a new page. Does that make sense? |
Makes sense now. So, that simply means, clicking on the search button will redirect the user to a new |
Yes, that's correct |
I think we can close this with #404 |
Currently when searching on the cilium blog, the results are displayed in a small list pop-up in the page, and has an option to "expand" to see more. Ideally we would also offer an option to open the results in a new page, which would be easier to look for results in.
The text was updated successfully, but these errors were encountered: