dncrews / angular-elastic-builder

This is an Angular.js directive for building an Elasticsearch query. You just give it the fields and can generate a query for it.
Other
83 stars 38 forks source link

1.5.0 - enhancement #2 : add term and range searches on date with ui.… #4

Closed oguennec closed 8 years ago

oguennec commented 8 years ago

Integration of angular-ui for bootstrap in order to display the Calendar (ui.bootstrap.datepicker) while enhancing date search capabilities with term and range search.

Different date formats for different date fields can be selected from the builder.

filterswithcalendar

oguennec commented 8 years ago

@dncrews Hey Dan, I have submitted a PR for the date search enhancement. Here is a running example. Olivier

oguennec commented 8 years ago

@olivierlesnicki Thanks Olivier ! I have updated the json with double quotes inside README.md

dncrews commented 8 years ago

Thanks @oguennec. I'm going through it now, making some minor tweaks. Mostly it's linting stuff like spacing, etc, just keeping to the format the rest is in. Great work.

dncrews commented 8 years ago

Changed to 1.5.0 because of Semver. It's a feature addition, rather than a patch

dncrews commented 8 years ago

Merged. It just doesn't show it because I squashed your json change into your other one.

dncrews commented 8 years ago

Good work @oguennec

oguennec commented 8 years ago

Thanks @dncrews

oguennec commented 8 years ago

@dncrews Can you create a tag 1.5.0 ?

dncrews commented 8 years ago

Thanks @oguennec. I forgot to push my tags.