website icon indicating copy to clipboard operation
website copied to clipboard

Search suggestions missing and redirection issue

Open Shrutim1505 opened this issue 1 year ago • 3 comments

Description: When typing in the search bar, no suggestions appear, and instead of displaying search results on the same page, it redirects to a new screen. This negatively impacts user experience.

Steps to Reproduce:

Begin typing in the "Search" field. Notice that no suggestions appear. Press "Enter" and observe the page redirection.

Actual Behavior:

No suggestions are shown while typing. After pressing "Enter," the user is redirected to a different page instead of seeing search results on the same page.

Expected Behavior:

Suggestions should appear as users type. Search results should appear on the same page without redirection.

Shrutim1505 avatar Feb 05 '25 12:02 Shrutim1505

/assign

Shrutim1505 avatar Feb 05 '25 12:02 Shrutim1505

Does "Search suggestions" mean the suggestion below the search box or the search result?Seems that the search result can be rendered dynamically when typing.

Monokaix avatar Feb 06 '25 02:02 Monokaix

Does "Search suggestions" mean the suggestion below the search box or the search result?Seems that the search result can be rendered dynamically when typing.

Image

When typed any query , (eg:- volcano) here and clicked on search icon it does not display my query in search bar on main website. This issue I tried to solved in PR #345 @Monokaix @JesseStutler

Solved dynamic rendering issue.

Shrutim1505 avatar Feb 06 '25 11:02 Shrutim1505