diff --git a/src/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md b/src/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md index 5c70722ff..773767ebb 100644 --- a/src/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md +++ b/src/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md @@ -542,7 +542,7 @@ An example is as follows: ### 3.3 Fuzzy Query -Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type data. +Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type and STRING type data. Like statement: diff --git a/src/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md b/src/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md index a1a6a368c..3c9c40404 100644 --- a/src/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md +++ b/src/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md @@ -541,7 +541,7 @@ An example is as follows: ### 3.3 Fuzzy Query -Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type data. +Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type and STRING type data. Like statement: diff --git a/src/UserGuide/V1.3.x/Basic-Concept/Query-Data.md b/src/UserGuide/V1.3.x/Basic-Concept/Query-Data.md index 5d85a1563..75e9fd3ff 100644 --- a/src/UserGuide/V1.3.x/Basic-Concept/Query-Data.md +++ b/src/UserGuide/V1.3.x/Basic-Concept/Query-Data.md @@ -532,7 +532,7 @@ An example is as follows: ### Fuzzy Query -Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type data. +Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type and STRING type data. Like statement: diff --git a/src/UserGuide/dev-1.3/Basic-Concept/Query-Data.md b/src/UserGuide/dev-1.3/Basic-Concept/Query-Data.md index 5d85a1563..75e9fd3ff 100644 --- a/src/UserGuide/dev-1.3/Basic-Concept/Query-Data.md +++ b/src/UserGuide/dev-1.3/Basic-Concept/Query-Data.md @@ -532,7 +532,7 @@ An example is as follows: ### Fuzzy Query -Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type data. +Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type and STRING type data. Like statement: diff --git a/src/UserGuide/latest/Basic-Concept/Query-Data_apache.md b/src/UserGuide/latest/Basic-Concept/Query-Data_apache.md index 5c70722ff..773767ebb 100644 --- a/src/UserGuide/latest/Basic-Concept/Query-Data_apache.md +++ b/src/UserGuide/latest/Basic-Concept/Query-Data_apache.md @@ -542,7 +542,7 @@ An example is as follows: ### 3.3 Fuzzy Query -Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type data. +Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type and STRING type data. Like statement: diff --git a/src/UserGuide/latest/Basic-Concept/Query-Data_timecho.md b/src/UserGuide/latest/Basic-Concept/Query-Data_timecho.md index a1a6a368c..3c9c40404 100644 --- a/src/UserGuide/latest/Basic-Concept/Query-Data_timecho.md +++ b/src/UserGuide/latest/Basic-Concept/Query-Data_timecho.md @@ -541,7 +541,7 @@ An example is as follows: ### 3.3 Fuzzy Query -Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type data. +Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type and STRING type data. Like statement: diff --git a/src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md b/src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md index aa5134863..d6d283269 100644 --- a/src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md +++ b/src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md @@ -792,7 +792,7 @@ It costs 0.021s ### 3.3 模糊查询 -对于 TEXT 类型的数据,支持使用 `Like` 和 `Regexp` 运算符对数据进行模糊匹配 +对于 TEXT 和 STRING 类型的数据,支持使用 `Like` 和 `Regexp` 运算符对数据进行模糊匹配 #### 使用 `Like` 进行模糊匹配 diff --git a/src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md b/src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md index c90a119ec..f367c3294 100644 --- a/src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md +++ b/src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md @@ -792,7 +792,7 @@ It costs 0.021s ### 3.3 模糊查询 -对于 TEXT 类型的数据,支持使用 `Like` 和 `Regexp` 运算符对数据进行模糊匹配 +对于 TEXT 和 STRING 类型的数据,支持使用 `Like` 和 `Regexp` 运算符对数据进行模糊匹配 #### 使用 `Like` 进行模糊匹配 diff --git a/src/zh/UserGuide/V1.3.x/Basic-Concept/Query-Data.md b/src/zh/UserGuide/V1.3.x/Basic-Concept/Query-Data.md index ca7730a12..0ff60ddf8 100644 --- a/src/zh/UserGuide/V1.3.x/Basic-Concept/Query-Data.md +++ b/src/zh/UserGuide/V1.3.x/Basic-Concept/Query-Data.md @@ -782,7 +782,7 @@ It costs 0.021s ### 模糊查询 -对于 TEXT 类型的数据,支持使用 `Like` 和 `Regexp` 运算符对数据进行模糊匹配 +对于 TEXT 和 STRING 类型的数据,支持使用 `Like` 和 `Regexp` 运算符对数据进行模糊匹配 #### 使用 `Like` 进行模糊匹配 diff --git a/src/zh/UserGuide/dev-1.3/Basic-Concept/Query-Data.md b/src/zh/UserGuide/dev-1.3/Basic-Concept/Query-Data.md index 04a053eac..85ea8e094 100644 --- a/src/zh/UserGuide/dev-1.3/Basic-Concept/Query-Data.md +++ b/src/zh/UserGuide/dev-1.3/Basic-Concept/Query-Data.md @@ -782,7 +782,7 @@ It costs 0.021s ### 模糊查询 -对于 TEXT 类型的数据,支持使用 `Like` 和 `Regexp` 运算符对数据进行模糊匹配 +对于 TEXT 和 STRING 类型的数据,支持使用 `Like` 和 `Regexp` 运算符对数据进行模糊匹配 #### 使用 `Like` 进行模糊匹配 diff --git a/src/zh/UserGuide/latest/Basic-Concept/Query-Data_apache.md b/src/zh/UserGuide/latest/Basic-Concept/Query-Data_apache.md index aa5134863..d6d283269 100644 --- a/src/zh/UserGuide/latest/Basic-Concept/Query-Data_apache.md +++ b/src/zh/UserGuide/latest/Basic-Concept/Query-Data_apache.md @@ -792,7 +792,7 @@ It costs 0.021s ### 3.3 模糊查询 -对于 TEXT 类型的数据,支持使用 `Like` 和 `Regexp` 运算符对数据进行模糊匹配 +对于 TEXT 和 STRING 类型的数据,支持使用 `Like` 和 `Regexp` 运算符对数据进行模糊匹配 #### 使用 `Like` 进行模糊匹配 diff --git a/src/zh/UserGuide/latest/Basic-Concept/Query-Data_timecho.md b/src/zh/UserGuide/latest/Basic-Concept/Query-Data_timecho.md index c90a119ec..f367c3294 100644 --- a/src/zh/UserGuide/latest/Basic-Concept/Query-Data_timecho.md +++ b/src/zh/UserGuide/latest/Basic-Concept/Query-Data_timecho.md @@ -792,7 +792,7 @@ It costs 0.021s ### 3.3 模糊查询 -对于 TEXT 类型的数据,支持使用 `Like` 和 `Regexp` 运算符对数据进行模糊匹配 +对于 TEXT 和 STRING 类型的数据,支持使用 `Like` 和 `Regexp` 运算符对数据进行模糊匹配 #### 使用 `Like` 进行模糊匹配