File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
content/develop/interact/search-and-query/advanced-concepts Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -72,6 +72,8 @@ changes that the tokenizer makes to the tags are:
72
72
73
73
This means that when you define a tag field, you don't need to escape any characters, except
74
74
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.
You can’t perform that action at this time.
0 commit comments