-
Notifications
You must be signed in to change notification settings - Fork 11
Reactive search for libraries on website #93
Copy link
Copy link
Open
Labels
Milestone
Description
When searching for a library from the search bar, filter results real-time in the same view, as the user types ( eg. If the user types the search term 'gpl' they see all 'gpl/lgpl' libraries, 'windows' => all windows compatible libraries etc.). Being that all package data is in JSON, manipulating it for this purpose should be very doable. Vue comes to mind for implementing the reactive search feature without any bells and whistles (Heres an example of 'reactive search' using vue).
Advantages:
- One less view to render as only the main view is being used to display search results (no Alt-Left arrow to go back to list of libraries page).
- Makes search fun, easier to use and more intuitive.
- Provides a custom search for Inqlude without having to rely on external services like Google Custom Search.
Reactions are currently unavailable