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
|[arrayIndexOf(arrayExpression, search)](./firestore_lite_pipelines.md#arrayindexof_694a0b4)| <b><i>(Public Preview)</i></b> Creates an expression that returns the first index of the search value in an array. Returns -1 if the value is not found. |
37
37
|[arrayIndexOfAll(arrayExpression, search)](./firestore_lite_pipelines.md#arrayindexofall_694a0b4)| <b><i>(Public Preview)</i></b> Creates an expression that returns all indices of the search value in an array. |
38
38
|[arrayLast(arrayExpression)](./firestore_lite_pipelines.md#arraylast_f574e12)| <b><i>(Public Preview)</i></b> Creates an expression that returns the last element of an array. |
39
-
|[arrayLastIndexOf(arrayExpression, search)](./firestore_lite_pipelines.md#arraylastindexof_694a0b4)| <b><i>(Public Preview)</i></b> Creates an expression that returns the last index of the search value in an array. |
39
+
|[arrayLastIndexOf(arrayExpression, search)](./firestore_lite_pipelines.md#arraylastindexof_694a0b4)| <b><i>(Public Preview)</i></b> Creates an expression that returns the last index of the search value in an array. Returns -1 if the value is not found. |
40
40
|[arrayLastN(arrayExpression, n)](./firestore_lite_pipelines.md#arraylastn_bff7f91)| <b><i>(Public Preview)</i></b> Creates an expression that returns the last <code>n</code> elements of an array. |
41
41
|[arrayLastN(arrayExpression, n)](./firestore_lite_pipelines.md#arraylastn_19b4ef8)| <b><i>(Public Preview)</i></b> Creates an expression that returns the last <code>n</code> elements of an array. |
42
42
|[arrayMaximum(arrayExpression)](./firestore_lite_pipelines.md#arraymaximum_f574e12)| <b><i>(Public Preview)</i></b> Creates an expression that returns the maximum value in an array. |
@@ -1043,7 +1043,7 @@ arrayLast(field("tags"));
1043
1043
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
1044
1044
>
1045
1045
1046
-
Creates an expression that returns the last index of the search value in an array.
1046
+
Creates an expression that returns the last index of the search value in an array. Returns -1 if the value is not found.
|[arrayIndexOf(arrayExpression, search)](./firestore_pipelines.md#arrayindexof_694a0b4)| <b><i>(Public Preview)</i></b> Creates an expression that returns the first index of the search value in an array. Returns -1 if the value is not found. |
37
37
|[arrayIndexOfAll(arrayExpression, search)](./firestore_pipelines.md#arrayindexofall_694a0b4)| <b><i>(Public Preview)</i></b> Creates an expression that returns all indices of the search value in an array. |
38
38
|[arrayLast(arrayExpression)](./firestore_pipelines.md#arraylast_f574e12)| <b><i>(Public Preview)</i></b> Creates an expression that returns the last element of an array. |
39
-
|[arrayLastIndexOf(arrayExpression, search)](./firestore_pipelines.md#arraylastindexof_694a0b4)| <b><i>(Public Preview)</i></b> Creates an expression that returns the last index of the search value in an array. |
39
+
|[arrayLastIndexOf(arrayExpression, search)](./firestore_pipelines.md#arraylastindexof_694a0b4)| <b><i>(Public Preview)</i></b> Creates an expression that returns the last index of the search value in an array. Returns -1 if the value is not found. |
40
40
|[arrayLastN(arrayExpression, n)](./firestore_pipelines.md#arraylastn_bff7f91)| <b><i>(Public Preview)</i></b> Creates an expression that returns the last <code>n</code> elements of an array. |
41
41
|[arrayLastN(arrayExpression, n)](./firestore_pipelines.md#arraylastn_19b4ef8)| <b><i>(Public Preview)</i></b> Creates an expression that returns the last <code>n</code> elements of an array. |
42
42
|[arrayMaximum(arrayExpression)](./firestore_pipelines.md#arraymaximum_f574e12)| <b><i>(Public Preview)</i></b> Creates an expression that returns the maximum value in an array. |
@@ -1049,7 +1049,7 @@ arrayLast(field("tags"));
1049
1049
> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
1050
1050
>
1051
1051
1052
-
Creates an expression that returns the last index of the search value in an array.
1052
+
Creates an expression that returns the last index of the search value in an array. Returns -1 if the value is not found.
0 commit comments