Releases: mongerinc/search-request
Releases · mongerinc/search-request
Version 2.1.0
- Added term property for global text searches
Version 2.0.0
- Changing JSON/arrayable top-level filters to filterSet for more clarity
- Some minor comment cleanup
Version 1.2.0
- Added a
getSkip()
method to the search request to help people avoid making that calcuation. - Added contributing guidelines.
Version 1.1.0
getFilter($field)
andgetFilterValue($field)
can now be called on theSearchRequest
and theFilterSet
to pull back the filter and value respectively of the first instance of aFilter
with that field name.
Version 1.0.0
Initial release