- Adding the unlimited flag for ignoring pagination.
- Automatically resetting the page to 1 whenever a filter, term, sort, or grouping changes. Same for facets with the other filter/sort changes.
- Handle deep-cloning of the search request
- Avoid returning the search request from getFilter and getFilterValue methods
- Removing filters by name
- Added selects
- Added grouping
- Added regex filter operator
- Updated readme to include word operator companion methods.
- Added helper methods for
like
andnot like
filters.
- Bugfix: docs cleanup
- Added faceting
- Version bumping readme
- Add mechanism for changing all declared field names in the request to other values
- Added bower.json
- Added term property for global text searches
- Init release starting at major version 2 to sync with other SearchRequest libraries.