rbuchmeier / nordicNumbers

0 stars 0 forks source link

Filter with multiple criteria #34

Closed rbuchmeier closed 6 years ago

rbuchmeier commented 7 years ago

Right now when you choose a new filter, it 'overwrites' any existing criteria. It will be necessary to include multiple criteria.

rbuchmeier commented 7 years ago

While Redux will require a part in this, the API is also currently not set up to support multiple query parameters. While the API eases the developer in debugging, Mongoose is probably simpler to implement...but the API is probably what we want.

rbuchmeier commented 7 years ago

eb20b860e40c446b546d5798596c7cca4d9e99a0 - The API now supports multiple query parameters.

All that is left is to find a way to keep any existing filters with Redux.

rbuchmeier commented 6 years ago

We have a new API which does not use MongoDB