namlook / ember-eureka

Ember client for Eureka applications
MIT License
3 stars 0 forks source link

Faceting with multiselect ? #46

Open namlook opened 10 years ago

namlook commented 10 years ago

see http://davidstutz.github.io/bootstrap-multiselect

If the number of value is < 10 (or 15?) then display them all with a checkbox.

Otherwise, use suggestion (typeahead?) to search and add a value. The facet count is then displayed in suggestions.

+

Support ranges for:

namlook commented 10 years ago

Example:

{species.gender: {$in: [Rattus], $nin: [Rattus Norvegicus]}}