Skip to content

v3.3.0

Compare
Choose a tag to compare
@mikegoatly mikegoatly released this 03 Oct 22:24
· 39 commits to master since this release
  • Added support for customization of fuzzy matching parameters at an index and query level #49
  • Added an alternative simple query parser for when the full LIFTI query syntax isn't needed
  • The IQueryParser for an index is now accessible as IFullTextIndex.QueryParser
  • New configuration point FullTextQueryBuilder.WithDefaultJoiningOperator allows for control over whether an "and" or "or" operator is used to combine search terms without an explicit operator between them.