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)
92
+
-[Filter Nested Values](https://elasticsearch.pdphilip.com/nested-queries#filtering-nested-values): Filters nested values of the parent collection
93
+
94
+
### New `Where` clauses
95
+
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
97
+
fields, thus improving search specificity
98
+
and relevance.
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.
100
+
101
+
### Sorting Enhancements
102
+
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)
105
+
106
+
### Saving Updates
107
+
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)
110
+
111
+
### Grouped Queries
112
+
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.
0 commit comments