From a136a25f6fe0cf8d65b51ca7d68df9dd831df29a Mon Sep 17 00:00:00 2001 From: jonathan Date: Tue, 4 Oct 2016 13:45:02 -0400 Subject: [PATCH] DOCS-8529 - Added versionadded 3.4 to indexOfBytes page. --- source/reference/operator/aggregation/indexOfBytes.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/reference/operator/aggregation/indexOfBytes.txt b/source/reference/operator/aggregation/indexOfBytes.txt index b36fb6125ae..4c27cdb109b 100644 --- a/source/reference/operator/aggregation/indexOfBytes.txt +++ b/source/reference/operator/aggregation/indexOfBytes.txt @@ -14,7 +14,9 @@ Definition ---------- .. expression:: $indexOfBytes - + + .. versionadded:: 3.4 + Searches a string for an occurence of a substring and returns the UTF-8 byte index (zero-based) of the first occurence. If the substring is not found, returns ``-1``.