Skip to content

v6.3.0

Latest
Compare
Choose a tag to compare
@mikegoatly mikegoatly released this 03 Mar 19:28
· 10 commits to master since this release

#14 - Added support for fluent query building, for example:

index.Query()
    .ExactMatch("west")
    .And.ExactMatch("wing")
    .Execute()

Full fluent querying documentation is here.

Full Changelog: v6.2.0...v6.3.0