From 6a371fb1df9931e79046a9419d61ace5c2e32cd1 Mon Sep 17 00:00:00 2001 From: "David W. Dougherty" Date: Wed, 25 Sep 2024 06:52:06 -0700 Subject: [PATCH] DEV: update indexing limitations per eng --- content/develop/interact/search-and-query/indexing/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/develop/interact/search-and-query/indexing/_index.md b/content/develop/interact/search-and-query/indexing/_index.md index 320e19f935..513ce9000c 100644 --- a/content/develop/interact/search-and-query/indexing/_index.md +++ b/content/develop/interact/search-and-query/indexing/_index.md @@ -246,7 +246,7 @@ Now you can do full text search for light colored headphones: - Any other value type will cause an indexing failure - `SORTBY` only sorts by the first value -- No `HIGHLIGHT` support +- No `HIGHLIGHT` and `SUMMARIZE` support - `RETURN` of a Schema attribute, whose JSONPath leads to multiple values, returns only the first value (as a JSON String) - If a JSONPath is specified by the `RETURN`, instead of a Schema attribute, all values are returned (as a JSON String)