# Changelog

## 0.1.0

Initial release.

- `SearchCore.Pipeline` — normalize, tokenize, drop stopwords (FR/EN), stem (via the
  `stemmers` NIF) and optionally fold accents.
- `SearchCore.Tsvector` — `searchable_text/3` for indexing and `tsquery/3` for querying,
  both from the same pipeline (stemming symmetry), with `prefix:` and `combinator:`
  options. Short/all-stopword queries yield an empty tsquery.
