Ecodev / natural-search

DEPRECATED
MIT License
2 stars 1 forks source link
angular facets filtering filters search search-in-text search-interface searchbar

DEPRECATED

This project is deprecated and no longer maintained. The component Natural Search now lives in https://github.com/Ecodev/natural.

Natural Search

Build Status Total Downloads Latest Stable Version License Join the chat at https://gitter.im/Ecodev/natural-search

This is an Angular component to search for things via configurable facets. Facets may be configured to use one of the built-in component, or a custom component to input values.

See the component in action on the demo page.

Install

yarn add @ecodev/natural-search

Development

The most useful commands for development are:

Prior work

While the implementation is entirely different, VisualSearch.js was an important inspiration.