From abe779a74fd3545e98b87070dd149cdbab489e35 Mon Sep 17 00:00:00 2001 From: Richard Smedley Date: Fri, 15 Aug 2025 18:11:48 +0100 Subject: [PATCH] typo fix --- modules/project-docs/pages/sdk-release-notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/project-docs/pages/sdk-release-notes.adoc b/modules/project-docs/pages/sdk-release-notes.adoc index 5ced019d..705fb8b2 100644 --- a/modules/project-docs/pages/sdk-release-notes.adoc +++ b/modules/project-docs/pages/sdk-release-notes.adoc @@ -142,7 +142,7 @@ A Bill of Materials (BOM) for Couchbase JVM clients is now available. It specifies compatible versions of the Java, Scala, and Kotlin clients, as well as the optional metrics and tracing components. https://central.sonatype.com/artifact/com.couchbase.client/couchbase-client-bom[https://central.sonatype.com/artifact/com.couchbase.client/couchbase-client-bom]. -* https://couchbasecloud.atlassian.net/browse/JCBC-2193[JCVC-2193]: +* https://couchbasecloud.atlassian.net/browse/JCBC-2193[JCBC-2193]: A Full-Text Search vector query now has an optional "prefilter" parameter. This is a non-vector query that the server executes first to get an intermediate result. Then it executes the vector query on the intermediate result to get the final result.