Skip to content

Commit 87739fc

Browse files
committed
Updated changelog example
1 parent 6393280 commit 87739fc

File tree

1 file changed

+15
-24
lines changed

1 file changed

+15
-24
lines changed

CHANGELOG_EXAMPLE.md

Lines changed: 15 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
This release includes:
22

3-
- added support for KNN search
3+
- added support for KNN vector search
44

55
- added support for search with joined tables
66

@@ -10,24 +10,17 @@ This release includes:
1010
(Related Github issue: https://github.com/manticoresoftware/openapi/issues/16)
1111

1212
- added classes:
13-
- [AggCompositeSource](./docs/AggCompositeSource.md)
14-
More on aggregation: https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once
15-
- [AggCompositeTerm](./docs/AggCompositeTerm.md)
16-
More on aggregation: https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once
17-
- [HighlightFieldOption](./docs/HighlightFieldOption.md)
18-
More on highlighting: https://manual.manticoresearch.com/dev/Searching/Highlighting#Highlighting-via-HTTP
19-
- [Join](./docs/Join.md)
20-
More on joining tables: https://manual.manticoresearch.com/dev/Searching/Joining#Joining-tables
21-
- [JoinOn](./docs/JoinOn.md)
22-
More on joining tables: https://manual.manticoresearch.com/dev/Searching/Joining#Joining-tables
23-
- [JoinCond](./docs/JoinCond.md)
24-
More on joining tables: https://manual.manticoresearch.com/dev/Searching/Joining#Joining-tables
25-
- [KnnQuery](./docs/KnnQuery.md)
26-
More on KNN search: https://manual.manticoresearch.com/dev/Searching/KNN#KNN-vector-search
27-
- [ResponseErrorDetails](./docs/ResponseErrorDetails.md)
28-
- [ResponseError](./docs/ResponseError.md)
29-
- [SearchQuery](./docs/SearchQuery.md)
30-
More on searching: https://manual.manticoresearch.com/dev/Searching/Intro#General-syntax
13+
- [AggCompositeSource](./docs/AggCompositeSource.md), [AggCompositeTerm](./docs/AggCompositeTerm.md) - handle search aggregations
14+
[More on aggregation](https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once)
15+
- [HighlightFieldOption](./docs/HighlightFieldOption.md) - handles highlighting per-field options
16+
[More on highlighting](https://manual.manticoresearch.com/dev/Searching/Highlighting#Highlighting-via-HTTP)
17+
- [Join](./docs/Join.md), [JoinOn](./docs/JoinOn.md), [JoinCond](./docs/JoinCond.md) - handle joining tables
18+
[More on joining tables](https://manual.manticoresearch.com/dev/Searching/Joining#Joining-tables)
19+
- [KnnQuery](./docs/KnnQuery.md) - handles KNN search
20+
[More on KNN search](https://manual.manticoresearch.com/dev/Searching/KNN#KNN-vector-search)
21+
- [ResponseErrorDetails](./docs/ResponseErrorDetails.md), [ResponseError](./docs/ResponseError.md) - handle Manticore error responses
22+
- [SearchQuery](./docs/SearchQuery.md) - handles search queries
23+
[More on searching](https://manual.manticoresearch.com/dev/Searching/Intro#General-syntax)
3124

3225
- removed classes:
3326
- AggregationCompositeSourcesInnerValue
@@ -58,13 +51,11 @@ This release includes:
5851

5952
- renamed classes:
6053
- AggregationTerms -> [AggTerms](./docs/AggTerms.md)
61-
More on aggregation: https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once
54+
[More on aggregation](https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once)
6255
- GeoDistanceFilterLocationAnchor -> [GeoDistanceLocationAnchor](./docs/GeoDistanceLocationAnchor.md)
63-
More on geo filtering: https://manual.manticoresearch.com/dev/Searching/Filters#location_anchor
6456
- GeoDistanceFilter -> [GeoDistance](./docs/GeoDistance.md)
65-
More on geo filtering: https://manual.manticoresearch.com/dev/Searching/Filters#Geo-distance-filters
57+
[More on geo filtering](https://manual.manticoresearch.com/dev/Searching/Filters#Geo-distance-filters)
6658
- SourceByRules -> [SourceRules](./docs/SourceRules.md)
67-
More on the 'source' property:
68-
https://manual.manticoresearch.com/dev/Searching/Search_results#Source-selection
59+
[More on the 'source' property](https://manual.manticoresearch.com/dev/Searching/Search_results#Source-selection)
6960

7061
- updated documentation

0 commit comments

Comments
 (0)