Skip to content

Commit 0b0a84d

Browse files
authored
DEV: enhance tokenization docs with more references (#1249)
1 parent 3b30a38 commit 0b0a84d

File tree

1 file changed

+5
-3
lines changed
  • content/develop/interact/search-and-query/advanced-concepts

1 file changed

+5
-3
lines changed

content/develop/interact/search-and-query/advanced-concepts/escaping.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ changes that the tokenizer makes to the tags are:
7272

7373
This means that when you define a tag field, you don't need to escape any characters, except
7474
in the unusual case where you want leading or trailing spaces to be part of the tag text.
75-
However, you do need to escape certain characters in a *query* against a tag field. See
76-
[Query syntax]({{< relref "/develop/interact/search-and-query/advanced-concepts/query_syntax#tag-filters" >}})
77-
for more information about this.
75+
However, you do need to escape certain characters in a *query* against a tag field. See the
76+
[Query syntax]({{< relref "/develop/interact/search-and-query/advanced-concepts/query_syntax#tag-filters" >}}) and
77+
[Exact match]({{< relref "/develop/interact/search-and-query/query/exact-match" >}}) pages for more information about escaping
78+
and how to use [DIALECT 2]({{< relref "/develop/interact/search-and-query/advanced-concepts/dialects#dialect-2" >}}), which is required for
79+
exact match queries involving tags.

0 commit comments

Comments
 (0)