docs/changelog/0.23.1.mdx
Inline tokenizers can now be chained into relevance tuning casts (pdb.boost, pdb.const, pdb.fuzzy, pdb.slop). For example:
SELECT * FROM mock_items
WHERE description &&& 'shoes'::pdb.whitespace::pdb.boost(3);
||| (OR) queries over a single term now use Block-Max WAND pruning.Const BM25 operator arguments, improving plans for prepared statements.terms aggregations that could occur when a missing key was combined with an include/exclude filter on certain segments.terms aggregations when combining exclude with missing on columns with zero unique values.The full changelog is available on the GitHub Release.