https://github.com/evoluteur/structured-filter-react
React component for structured queries like "Contacts where Firstname starts with 'A' and Birthday before 1/1/2000 and State in (CA, NY, FL)"...
https://github.com/evoluteur/structured-filter-react
faceted-search filter filtering filters metadata query-builder react searchbar structured-data ui-component
Last synced: about 2 months ago
JSON representation
React component for structured queries like "Contacts where Firstname starts with 'A' and Birthday before 1/1/2000 and State in (CA, NY, FL)"...
- Host: GitHub
- URL: https://github.com/evoluteur/structured-filter-react
- Owner: evoluteur
- Created: 2018-10-10T05:26:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-07-25T06:54:16.000Z (about 5 years ago)
- Last Synced: 2025-06-20T21:49:25.605Z (4 months ago)
- Topics: faceted-search, filter, filtering, filters, metadata, query-builder, react, searchbar, structured-data, ui-component
- Language: JavaScript
- Homepage:
- Size: 7.81 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Structured-Filter-React
Structured-Filter-React is a React component for building structured search queries.
With it you can build structured search conditions like Firstname starts with 'A' and Birthday after 1/1/1990 and State in (CA, NY, FL)... It is a full jQuery UI widget, supporting various configurations and themes.