Skip to content

Commit

Permalink
docs: update query example in search_with_index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangtao0101 committed Oct 24, 2024
1 parent 958ef5e commit 2736db6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/en/searchdemo/query/search_with_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ host: www.ol.mock.com
remote_user: a*
```

- Query logs in which the value of the http_user_agent field contains a string that starts with mo and ends with la [Try in Playground](/playground/demo.html?dest=/lognext/project/nginx-demo-log/logsearch/nginx-access-log%3FslsRegion%3Dcn-shanghai%26isShare%3Dtrue%26queryString%3Dhttp_user_agent%3A%20mo*la){target="_blank"}{target="_blank"}
- Query logs in which the value of the http_user_agent field contains a string that starts with mo and ends with la [Try in Playground](/playground/demo.html?dest=/lognext/project/nginx-demo-log/logsearch/nginx-access-log%3FslsRegion%3Dcn-shanghai%26isShare%3Dtrue%26queryString%3Dhttp_user_agent%3A%20mo*la){target="_blank"}

```sql
http_user_agent: mo*la
```

- Query logs in which the value of the http_user_agent field contains a string that starts with mozi, ends with la, and includes one character between mozi and la [Try in Playground](/playground/demo.html?dest=/lognext/project/nginx-demo-log/logsearch/nginx-access-log%3FslsRegion%3Dcn-shanghai%26isShare%3Dtrue%26queryString%3Dhttp_user_agent%3A%20mozi%3Fla){target="_blank"}{target="_blank"}
- Query logs in which the value of the http_user_agent field contains a string that starts with mozi, ends with la, and includes one character between mozi and la [Try in Playground](/playground/demo.html?dest=/lognext/project/nginx-demo-log/logsearch/nginx-access-log%3FslsRegion%3Dcn-shanghai%26isShare%3Dtrue%26queryString%3Dhttp_user_agent%3A%20mozi%3Fla){target="_blank"}

```sql
http_user_agent: mozi?la
Expand Down

0 comments on commit 2736db6

Please sign in to comment.