Skip to content

Releases: stormid/nest-searchify

v6.2.0

08 Oct 15:26
7005d28
Compare
Choose a tag to compare
  • Multi-targetting of net461 and netstandard2.0

v6.1

08 Oct 12:04
97f41d8
Compare
Choose a tag to compare
  • Introduces new package containing a JsonNetSerializer implementation called TypeAndConnectionSettingsAwareJsonNetSerializer that will serialize type information via Json.NET

  • Introduces type filter within the SearchParametersQuery that will apply a term filter against a specified type field within your documents

  • Library only includes netstandard2.0 libraries, consumers should use at least net461 and consider upgrading to net472 for full netstandard compatibility

v6.0.2

04 Oct 09:01
Compare
Choose a tag to compare
  • Updates symbol package format

v6.0.1

04 Oct 08:26
Compare
Choose a tag to compare
  • Updates to v6 of Queryify library

v0.12.10

09 Aug 14:18
Compare
Choose a tag to compare

bugs:

v0.12.9

25 Jul 12:09
Compare
Choose a tag to compare

Fixes:

  • #24 - QueryStringParser does not support bool

This release implements support for bool and bool? parameter types. Review the unit tests for sample usage.

  • bool parameters will default to false, the QueryStringParser will not render property=false in this case, only then the parameter is true will any querystring output be given.
  • bool? parameters will default to null, the QueryStringParser will not render property= in this case, for bool? rendered query string will include: property=false and property=true

v0.12.8

24 Jul 15:41
Compare
Choose a tag to compare

Fixes:

  • #22 (QueryStringParser does not support parameters of type long

v0.12.7

24 Jul 15:29
0.12.7
d6010fa
Compare
Choose a tag to compare
0.12.7

v0.12.5

25 May 14:31
105857b
Compare
Choose a tag to compare

Issues addressed in this release:

#21 - Created SearchQueryHelpers.cs with common search "filter" methods

Adds GeoDistance aggregation to supported filter abstractions

v0.12.4

11 May 12:18
a0a9a4e
Compare
Choose a tag to compare
  • Bug fixes related to aggregation parsing within SearchResult.
  • Adds .AsSearchifyFilter to aggregations descriptor within a query to allow response parsing of FilterField based aggregations