You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,12 @@ All notable changes to this project will be documented in this file. The format
6
6
7
7
## Unreleased
8
8
9
+
## Unreleased
10
+
11
+
### Changed
12
+
13
+
-`BM25Index` now emits `USING paradedb` by default, the primary index access method name in pg_search 0.25.0+. Pass `am="bm25"` to keep the backwards-compatible `bm25` alias (required for servers on pg_search <= 0.24.x).
0 commit comments