Skip to content

Commit

Permalink
Release new docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Milvus-doc-bot authored and Milvus-doc-bot committed Aug 28, 2023
1 parent 19a6edd commit ce79a7c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
16 changes: 0 additions & 16 deletions v2.3.x/site/en/menuStructure/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -461,22 +461,6 @@
"label3": "",
"order": 1
},
{
"id": "with_iterators.md",
"title": "Query",
"label1": "userguide",
"label2": "search",
"label3": "",
"order": 3
},
{
"id": "within_range.md",
"title": "Query",
"label1": "userguide",
"label2": "search",
"label3": "",
"order": 4
},
{
"id": "bootcamp_userguide",
"title": "Bootcamp",
Expand Down
6 changes: 6 additions & 0 deletions v2.3.x/site/en/userGuide/search/query.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
id: query.md
label: Conduct a Query
related_key: query vectors
order: 0
group: query.md
summary: Learn how to query vectors in Milvus.
---

<div class="tab-wrapper"><a href="query.md" class='active '>Conduct a Query</a><a href="with_iterators.md" class=''>Conduct a Query with Iterators</a><a href="within_range.md" class=''>Conduct a query within Range</a></div>

# Conduct a Query

This topic describes how to conduct a query.
Expand Down Expand Up @@ -59,6 +64,7 @@ milvusClient.loadCollection(
```shell
load -c book
```
</div>

```curl
# See the following step.
Expand Down
5 changes: 5 additions & 0 deletions v2.3.x/site/en/userGuide/search/with_iterators.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
id: with_iterators.md
label: Conduct a Query with Iterators
related_key: With Iterators
order: 1
group: query.md
summary: Learn how to search and query data with iterators.
---

<div class="tab-wrapper"><a href="query.md" class=''>Conduct a Query</a><a href="with_iterators.md" class='active '>Conduct a Query with Iterators</a><a href="within_range.md" class=''>Conduct a query within Range</a></div>

# With Iterators

This topic describes how to search and query data with iterators.
Expand Down
5 changes: 5 additions & 0 deletions v2.3.x/site/en/userGuide/search/within_range.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
---
id: within_range.md
label: Conduct a query within Range
related_key: Within Range
order: 2
group: query.md
summary: Learn how to conduct a range search.
---

<div class="tab-wrapper"><a href="query.md" class=''>Conduct a Query</a><a href="with_iterators.md" class=''>Conduct a Query with Iterators</a><a href="within_range.md" class='active '>Conduct a query within Range</a></div>

# Within Range

This topic describes how to conduct a range search.
Expand Down

0 comments on commit ce79a7c

Please sign in to comment.