Skip to content

Releases: mhelleborg/searchlite

V0.2.1

04 Feb 13:29
Compare
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
Compare
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
Compare
Choose a tag to compare

What's Changed

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

Release 0.1.0

28 Jan 17:54
Compare
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

Initial release

14 Jan 13:48
Compare
Choose a tag to compare
Initial release Pre-release
Pre-release

Features

Initial release with support for Postgres and SQLite full text search indexes

Not battle tested yet, don't drop into prod without validating :)