Skip to content

Commit ef7016e

Browse files
authored
fuzzy query support string type (#1070)
1 parent 43932be commit ef7016e

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

src/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ An example is as follows:
542542

543543
### 3.3 Fuzzy Query
544544

545-
Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type data.
545+
Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type and STRING type data.
546546

547547
Like statement:
548548

src/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ An example is as follows:
541541

542542
### 3.3 Fuzzy Query
543543

544-
Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type data.
544+
Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type and STRING type data.
545545

546546
Like statement:
547547

src/UserGuide/V1.3.x/Basic-Concept/Query-Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ An example is as follows:
532532

533533
### Fuzzy Query
534534

535-
Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type data.
535+
Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type and STRING type data.
536536

537537
Like statement:
538538

src/UserGuide/dev-1.3/Basic-Concept/Query-Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ An example is as follows:
532532

533533
### Fuzzy Query
534534

535-
Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type data.
535+
Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type and STRING type data.
536536

537537
Like statement:
538538

src/UserGuide/latest/Basic-Concept/Query-Data_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -542,7 +542,7 @@ An example is as follows:
542542

543543
### 3.3 Fuzzy Query
544544

545-
Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type data.
545+
Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type and STRING type data.
546546

547547
Like statement:
548548

src/UserGuide/latest/Basic-Concept/Query-Data_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,7 @@ An example is as follows:
541541

542542
### 3.3 Fuzzy Query
543543

544-
Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type data.
544+
Fuzzy query is divided into Like statement and Regexp statement, both of which can support fuzzy matching of TEXT type and STRING type data.
545545

546546
Like statement:
547547

src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ It costs 0.021s
792792
793793
### 3.3 模糊查询
794794
795-
对于 TEXT 类型的数据,支持使用 `Like``Regexp` 运算符对数据进行模糊匹配
795+
对于 TEXT 和 STRING 类型的数据,支持使用 `Like``Regexp` 运算符对数据进行模糊匹配
796796
797797
#### 使用 `Like` 进行模糊匹配
798798

src/zh/UserGuide/Master/Tree/Basic-Concept/Query-Data_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ It costs 0.021s
792792
793793
### 3.3 模糊查询
794794
795-
对于 TEXT 类型的数据,支持使用 `Like``Regexp` 运算符对数据进行模糊匹配
795+
对于 TEXT 和 STRING 类型的数据,支持使用 `Like``Regexp` 运算符对数据进行模糊匹配
796796
797797
#### 使用 `Like` 进行模糊匹配
798798

src/zh/UserGuide/V1.3.x/Basic-Concept/Query-Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ It costs 0.021s
782782

783783
### 模糊查询
784784

785-
对于 TEXT 类型的数据,支持使用 `Like``Regexp` 运算符对数据进行模糊匹配
785+
对于 TEXT 和 STRING 类型的数据,支持使用 `Like``Regexp` 运算符对数据进行模糊匹配
786786

787787
#### 使用 `Like` 进行模糊匹配
788788

src/zh/UserGuide/dev-1.3/Basic-Concept/Query-Data.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -782,7 +782,7 @@ It costs 0.021s
782782

783783
### 模糊查询
784784

785-
对于 TEXT 类型的数据,支持使用 `Like``Regexp` 运算符对数据进行模糊匹配
785+
对于 TEXT 和 STRING 类型的数据,支持使用 `Like``Regexp` 运算符对数据进行模糊匹配
786786

787787
#### 使用 `Like` 进行模糊匹配
788788

0 commit comments

Comments
 (0)