You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[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
91
+
92
+
### New `Where` clauses
93
+
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
95
+
fields, thus improving search specificity
96
+
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.
98
+
99
+
### Sorting Enhancements
100
+
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
+
104
+
### Saving Updates
105
+
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
+
109
+
### Grouped Queries
110
+
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.
0 commit comments