Fixed a bug introduced in 0.10.0
where support queries would throw an ERROR: Cannot open relation with oid=Oid(0)
error.
Now that PG12 is deprecated by the Postgres Global Development Group, pg_search
no longer supports it.
Improved the performance of @@@
full text search predicates that return large result sets by roughly 3X.
Added documentation for using B-tree indexes in joined search queries.
The full changelog is available here.