searchlight 0.2.2
searchlight: ^0.2.2 copied to clipboard
Pure Dart full-text search for structured records with filtering, facets, tokenizer configuration, and persisted indexes.
Changelog #
All notable changes to this project will be documented in this file.
[Unreleased] #
0.2.2 - 2026-03-30 #
Changed #
- Removed a final round of extraneous README wording for the package-family documentation refresh.
0.2.1 - 2026-03-30 #
Changed #
- Simplified the README package-role guidance and removed extraneous companion package wording.
0.2.0 - 2026-03-30 #
0.1.0 - 2026-03-30 #
Added #
- Initial public release of the Searchlight core package.
- Schema-based full-text indexing, filtering, sorting, grouping, and facets.
- JSON and CBOR persistence APIs plus file-backed storage helpers.
SearchlightPluginextension hooks and component replacement support.- Standalone text highlighting helpers and a Flutter validation example app.
Changed #
- Tightened persisted-index restore and locale-aware sorting behavior to better match Orama core semantics.
- Removed the internal
DocumentAdapterabstraction from the public API surface. - Polished package docs for publish readiness, including clearer pure Dart positioning and app-integration guidance.