This is an automated email from the ASF dual-hosted git repository.
critas pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new ef7016e9 fuzzy query support string type (#1070)
ef7016e9 is described below
commit ef7016e939e9147f4a00b3ee7fcace515f65d8da
Author: leto-b <[email protected]>
AuthorDate: Wed Apr 15 18:38:50 2026 +0800
fuzzy query support string type (#1070)
---
src/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md | 2 +-
src/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md | 2 +-
src/UserGuide/V1.3.x/Basic-Concept/Query-Data.md | 2 +-
src/UserGuide/dev-1.3/Basic-Concept/Query-Data.md | 2 +-
src/UserGuide/latest/Basic-Concept/Query-Data_apache.md | 2 +-
src/UserGuide/latest/Basic-Concept/Query-Data_timecho.md | 2 +-
src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md | 2 +-
src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md | 2 +-
src/zh/UserGuide/V1.3.x/Basic-Concept/Query-Data.md | 2 +-
src/zh/UserGuide/dev-1.3/Basic-Concept/Query-Data.md | 2 +-
src/zh/UserGuide/latest/Basic-Concept/Query-Data_apache.md | 2 +-
src/zh/UserGuide/latest/Basic-Concept/Query-Data_timecho.md | 2 +-
12 files changed, 12 insertions(+), 12 deletions(-)
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 5c70722f..773767eb 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 a1a6a368..3c9c4040 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 5d85a156..75e9fd3f 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 5d85a156..75e9fd3f 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 5c70722f..773767eb 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 a1a6a368..3c9c4040 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 aa513486..d6d28326 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 c90a119e..f367c329 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 ca7730a1..0ff60ddf 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 04a053ea..85ea8e09 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 aa513486..d6d28326 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 c90a119e..f367c329 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` 进行模糊匹配