- Added case_insensitive (thanks @dagmara-bluestone)
- Updated date_histogram aggregation parameters
- Added default_operator field for query_string (thanks @brunozoric)
- Add boost field for match_phrase queries (thanks @StevenGBrown)
- Add bool_prefix type for multi_match (thanks @christopher-l)
- Add field mapping types
- Add
script_score
query type
- (breaking) Connected the TypeScript types with the query builder functions
- (breaking) Adjusted build to expose all types and functions from the main import
- Reworked, functional query builder (
esBuilder
) - Add
rank_feature
query (thanks @StevenGBrown)
- Initial release