Skip to content

lacework/react-structured-filter

 
 

Repository files navigation

react-structured-filter

Contributing

  1. If you followed, the onboarding docs or used the onboarding scripts, you already have nvm. If not, install it.
  2. Run nvm install && nvm use to ensure you have Node 10 available on the command line
  3. Run npm ci
  4. Any changes should be made in src/react-typeahead/tokenizer.
  5. Run npm run build
  6. Copy the updated react-structured-filter.js file over to rainbow in the src/client/_modules directory
  7. Commit all changes and create a PR

(unmaintained)

react-structured-filter is a javascript library that provides autocomplete faceted search queries.
This was inspired by visualsearch and structured-filter but redone for React.

It is heavily based on react-typeahead and uses some modified code from react-datepicker.
It was developed to be used with Griddle, but should be usable with fixed-data-table.

It is used by Summit Route internally for analyzing our data.
We needed an interface to provide advanced querying capabilities. Be aware that it might be confusing to your users and queries can be constructed that may not be performant on your dataset.

The demo provided uses static data sent down to the client.
You should poll data from a server and do filtering on a real database.

Demo

Check out the docs and demo

License

BSD License

About

(unmaintained) Javascript library that provides autocompleted faceted search queries for React.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 96.9%
  • CSS 2.8%
  • HTML 0.3%