Skip to content

Commit 2aa6437

Browse files
simon-dewsarahlwelton
authored andcommitted
DOC-12533: Feedback on Language Constructs (#300)
Revert changes to "Introduced in Couchbase Server 7.6" messages
1 parent 0c0cb9b commit 2aa6437

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/eventing/pages/eventing-language-constructs.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ The `close()` method on the iterable handle can throw an exception if the underl
379379
=== `couchbase.{zwsp}analyticsQuery({wj})`
380380

381381
ifeval::['{page-component-version}' == '7.6']
382-
[.status]#Introduced in Couchbase Server 7.6#
382+
_(Introduced in Couchbase Server 7.6)_
383383
endif::[]
384384

385385
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
472472
=== `crc_64_go_iso()`
473473

474474
ifeval::['{page-component-version}' == '7.6']
475-
[.status]#Introduced in Couchbase Server 7.6#
475+
_(Introduced in Couchbase Server 7.6)_
476476
endif::[]
477477

478478
`crc_64_go_iso()` performs the same function as <<crc64_call,`crc64()`>>, 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) {
493493
=== `base64()`
494494

495495
ifeval::['{page-component-version}' == '7.6']
496-
[.status]#Introduced in Couchbase Server 7.6#
496+
_(Introduced in Couchbase Server 7.6)_
497497
endif::[]
498498

499499
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.

0 commit comments

Comments
 (0)