From bab112d053d6df4067f0916162f9237f4bc6d7e5 Mon Sep 17 00:00:00 2001 From: Simon Dew <39966290+simon-dew@users.noreply.github.com> Date: Mon, 25 Nov 2024 15:51:16 +0000 Subject: [PATCH] DOC-12533: Feedback on Language Constructs Reverts changes to "Introduced in Couchbase Server 7.6" messages. Currently the status label is used within a page for features which are unique to a particular patch version, not for new features. This is confusing, and perhaps we should look at it again. --- modules/eventing/pages/eventing-language-constructs.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/eventing/pages/eventing-language-constructs.adoc b/modules/eventing/pages/eventing-language-constructs.adoc index 432d45ce3..0b8675bc8 100644 --- a/modules/eventing/pages/eventing-language-constructs.adoc +++ b/modules/eventing/pages/eventing-language-constructs.adoc @@ -379,7 +379,7 @@ The `close()` method on the iterable handle can throw an exception if the underl === `couchbase.{zwsp}analyticsQuery({wj})` ifeval::['{page-component-version}' == '7.6'] -[.status]#Introduced in Couchbase Server 7.6# +_(Introduced in Couchbase Server 7.6)_ endif::[] The `couchbase.analyticsQuery()` function provides integration with {sqlpp} Analytics directly from the Eventing Service. @@ -472,7 +472,7 @@ This does not apply to any other data type (e.g., numeric data or JSON data type === `crc_64_go_iso()` ifeval::['{page-component-version}' == '7.6'] -[.status]#Introduced in Couchbase Server 7.6# +_(Introduced in Couchbase Server 7.6)_ endif::[] `crc_64_go_iso()` performs the same function as <>, but does not include the enclosing quotation marks from the parameter in the translation if its parameter type is `string`. @@ -493,7 +493,7 @@ function OnUpdate(doc, meta) { === `base64()` ifeval::['{page-component-version}' == '7.6'] -[.status]#Introduced in Couchbase Server 7.6# +_(Introduced in Couchbase Server 7.6)_ endif::[] The `base64()` functions let you pack large-dimensional arrays of floats as base64 encoded strings when you use the Eventing Service to generate vector embeddings.