An implementation to add advanced searching capabilities into a reusable UI to help build parameters based off of filters, queries and operators to send off to a search API.
Looking for angular 1.x version? You can find that here: https://github.com/tybeck/pure-angular-advanced-searchbox
- Basic Search Query Input Box
- Filters
- Filter Selectors - Selectors for filters (Contains, Is Equal To, etc).
- Operators - OR/AND support between filters to give more advanced searchbox functionality.
- Drag and Drop - Swap / Insert Before and After functionality for filters to change arrangement.
- Validation - Validators on filters allows control over when search get's updated based on valid entries.
- Middlewares - to modify values within filters after user input.
- Externalized Configuration / HTML (In Progress)
- Grouping (In Progress)