Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/V1.3.x/Basic-Concept/Query-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/dev-1.3/Basic-Concept/Query-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/latest/Basic-Concept/Query-Data_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion src/UserGuide/latest/Basic-Concept/Query-Data_timecho.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ It costs 0.021s

### 3.3 模糊查询

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ It costs 0.021s

### 3.3 模糊查询

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/V1.3.x/Basic-Concept/Query-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ It costs 0.021s

### 模糊查询

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/dev-1.3/Basic-Concept/Query-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -782,7 +782,7 @@ It costs 0.021s

### 模糊查询

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

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

Expand Down
2 changes: 1 addition & 1 deletion src/zh/UserGuide/latest/Basic-Concept/Query-Data_apache.md
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ It costs 0.021s

### 3.3 模糊查询

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

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,7 @@ It costs 0.021s

### 3.3 模糊查询

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

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

Expand Down