Skip to content

Commit 80c8445

Browse files
[RediSearch] \ is the only valid symbol for escaping in wildcard matching (#1470)
1 parent 05fc72b commit 80c8445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ As of v2.6.0, you can use the dictionary for wildcard matching queries with thes
335335

336336
* `?` - for any single character
337337
* `*` - for any character repeating zero or more times
338-
* ' and \ - for escaping; other special characters are ignored
338+
* `\` - for escaping; other special characters are ignored
339339

340340
An example of the syntax is `"w'foo*bar?'"`.
341341

0 commit comments

Comments
 (0)