Skip to content

Commit ab3d63f

Browse files
committed
Another incorrect anchor
1 parent 823863f commit ab3d63f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/reference/elasticsearch/mapping-reference/pattern-text.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This analyzer applies a lowercase filter and then splits on whitespace and the f
3030
Unlike most mapping types, `pattern_text` does not support multiple values for a given field per document.
3131
If a document is created with multiple values for a pattern_text field, an error will be returned.
3232

33-
[span queries](/reference/query-languages/query-dsl/span-queries.md) are not supported with this field, use [interval queries](/reference/query-languages/query-dsl/query-dsl-intervals-query.md) instead, or the [`text`](#text-field-type) field type if you absolutely need span queries.
33+
[span queries](/reference/query-languages/query-dsl/span-queries.md) are not supported with this field, use [interval queries](/reference/query-languages/query-dsl/query-dsl-intervals-query.md) instead, or the [`text`](/reference/elasticsearch/mapping-reference/text.md) field type if you absolutely need span queries.
3434

3535
Like `text`, `pattern_text` does not support sorting and has only limited support for aggregations.
3636

0 commit comments

Comments
 (0)