Skip to content

Releases: mhelleborg/searchlite

v0.3.4

19 Aug 10:57
529679f

Choose a tag to compare

What's Changed

Full Changelog: v0.3.3...v0.3.4

v0.3.3

07 Aug 12:27

Choose a tag to compare

Summary

  • Added support for filtering by Guids and enums

Full Changelog: v0.3.2...v0.3.3

v0.3.2

01 Aug 15:50

Choose a tag to compare

Summary

  • Richer support for expressions, as well as tolerating putting the property on the RHS for comparators.

Full Changelog: v0.3.1...v0.3.2

v0.3.1

01 Aug 09:41

Choose a tag to compare

Summary

  • Added set / contains operators
  • Added string operators (startswith, contains & endswith)

Full Changelog: v0.3.0...v0.3.1

v0.3.0

29 Jul 13:37

Choose a tag to compare

Summary

  • Hardening of the filter builders, fixes edge cases and complex use cases.
  • Adds support for more complex expression trees and improves null handling
  • Updates dependencies to latest version

Full Changelog: v0.2.2...v0.3.0

v0.2.2

25 Feb 13:30

Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

V0.2.1

04 Feb 13:29

Choose a tag to compare

Summary

Bugfix for incorrectly duplicated sqlite fts record on update.

Full Changelog: v0.2.0...v0.2.1

v0.2.0

03 Feb 20:39

Choose a tag to compare

Summary

  • Minor bugfixes
  • Replaced MaxResults -> Skip/Take

Full Changelog: v0.1.1...v0.2.0

Release 0.1.1

31 Jan 09:04
a91811b

Choose a tag to compare

What's Changed

Full Changelog: v0.1.0...v0.1.1

Release 0.1.0

28 Jan 17:54

Choose a tag to compare

Summary

  • Added OrderBy, allowing the user to override the default full text scoring when ordering results
  • Breaking change: Added last modified metadata on documents

Full Changelog: v0.0.1...v0.1.0