Skip to content

Commit 6c42ed0

Browse files
committed
docs
1 parent 57b4ce1 commit 6c42ed0

File tree

1 file changed

+13
-11
lines changed

1 file changed

+13
-11
lines changed

README.md

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -81,33 +81,35 @@ Next, [Configuration](https://elasticsearch.pdphilip.com/#configuration)
8181

8282
---
8383

84-
### Nested Queries [(see)](https://elasticsearch.pdphilip.com//nested-queries)
84+
# New in Version 3
85+
86+
### Nested Queries [(see)](https://elasticsearch.pdphilip.com/nested-queries)
8587

8688
This update introduces support for querying, sorting and filtering nested data
8789

88-
- [Nested Object Queries](https://elasticsearch.pdphilip.com//nested-queries#where-nested-object)
89-
- [Order By Nested](https://elasticsearch.pdphilip.com//nested-queries#order-by-nested-field)
90-
- [Filter Nested Values](https://elasticsearch.pdphilip.com//nested-queries#filtering-nested-values): Filters nested values of the parent collection
90+
- [Nested Object Queries](https://elasticsearch.pdphilip.com/nested-queries#where-nested-object)
91+
- [Order By Nested](https://elasticsearch.pdphilip.com/nested-queries#order-by-nested-field)
92+
- [Filter Nested Values](https://elasticsearch.pdphilip.com/nested-queries#filtering-nested-values): Filters nested values of the parent collection
9193

9294
### New `Where` clauses
9395

94-
- [Phrase Matching](https://elasticsearch.pdphilip.com//es-specific#where-phrase): The enhancement in phrase matching capabilities allows for refined search precision, facilitating the targeting of exact word sequences within textual
96+
- [Phrase Matching](https://elasticsearch.pdphilip.com/es-specific#where-phrase): The enhancement in phrase matching capabilities allows for refined search precision, facilitating the targeting of exact word sequences within textual
9597
fields, thus improving search specificity
9698
and relevance.
97-
- [Exact Matching](https://elasticsearch.pdphilip.com//es-specific#where-exact): Strengthening exact match queries enables more stringent search criteria, ensuring the retrieval of documents that precisely align with specified parameters.
99+
- [Exact Matching](https://elasticsearch.pdphilip.com/es-specific#where-exact): Strengthening exact match queries enables more stringent search criteria, ensuring the retrieval of documents that precisely align with specified parameters.
98100

99101
### Sorting Enhancements
100102

101-
- [Ordering with ES features](https://elasticsearch.pdphilip.com//ordering-and-pagination#extending-ordering-for-elasticsearch-features): Includes modes and missing values for sorting fields.
102-
- [Order by Geo Distance](https://elasticsearch.pdphilip.com//ordering-and-pagination#order-by-geo-distance)
103+
- [Ordering with ES features](https://elasticsearch.pdphilip.com/ordering-and-pagination#extending-ordering-for-elasticsearch-features): Includes modes and missing values for sorting fields.
104+
- [Order by Geo Distance](https://elasticsearch.pdphilip.com/ordering-and-pagination#order-by-geo-distance)
103105

104106
### Saving Updates
105107

106-
- [First Or Create](https://elasticsearch.pdphilip.com//saving-models#first-or-create)
107-
- [First Or Create without Refresh](https://elasticsearch.pdphilip.com//saving-models#first-or-create-without-refresh)
108+
- [First Or Create](https://elasticsearch.pdphilip.com/saving-models#first-or-create)
109+
- [First Or Create without Refresh](https://elasticsearch.pdphilip.com/saving-models#first-or-create-without-refresh)
108110

109111
### Grouped Queries
110112

111-
- [Grouped Queries](https://elasticsearch.pdphilip.com//querying-models#grouped-queries): Queries can be grouped allowing multiple conditions to be nested within a single query block.
113+
- [Grouped Queries](https://elasticsearch.pdphilip.com/querying-models#grouped-queries): Queries can be grouped allowing multiple conditions to be nested within a single query block.
112114

113115
---

0 commit comments

Comments
 (0)