Skip to content

Reactive search for libraries on website #93

@richbowen

Description

@richbowen

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.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions