-
-
Notifications
You must be signed in to change notification settings - Fork 270
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: Ability to see the search result in index page #2842
Comments
Yes, I agree! I don't think it should be super difficult to implement using turbo streams and replace the table results. Would you be open to try and implement this feature? I could help with setting an approach and help you with navigating the codebase. |
Sure, I would love to. |
I'm laying down the approach for this refactor. Approach
I believe this to be the "meat" of the feature. There are other things we need to consider but after we do these above. Other considerations:
Thank you for taking this on! |
Hey @SahSantoshh, how does progress go with this? Can we help with anything? |
It's been hectic days with quater-end. Planned to on it this weekend. |
Awesome! LMK if I can help with anything. Thank you! |
Feature
When a user enters a search query related to resources, the search results only appears in a dialog list upon clicking the search box.
This can be limiting as users may not be aware of the hover functionality or might prefer to see all relevant resources listed directly.
Current workarounds
The search is shown in dialog and then we have to find the result from the dialog and navigate to the record details page.
Additional context
The text was updated successfully, but these errors were encountered: