Upgrading
No breaking or major changes.
New Features
- Support for Manticore 6.0 (#1242)
sphinx
-prefixed search methods, in case the standardsearch
is overridden from something unrelated. (#1265). Existing search methods will also be respected.none
/search_none
scopes that can be chained to searches and will return no results.- Added
ThinkingSphinx::Processor#sync
to synchronise updates/deletions based on a real-time index's scope, by @akostadinov in @1258.
Changes to behaviour
- Improved Rails 7.1 support, by @jdelStrother in #1252.
Fixes
- Handle both SQL and RT indices correctly for inheritance column checks, by @akostadinov in #1249.
- Ensure tests and CI work with recent Manticore versions, by @jdelStrother in #1263.
- Use
rm -rf
to delete test and temporary directories (instead ofrm -r
).