Skip to content

Commit

Permalink
Updated changelog example
Browse files Browse the repository at this point in the history
  • Loading branch information
nick committed Oct 11, 2024
1 parent 69168f1 commit 06fd424
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions CHANGELOG_EXAMPLE.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ This release includes:

- added classes:
- [AggCompositeSource](./docs/AggCompositeSource.md), [AggCompositeTerm](./docs/AggCompositeTerm.md) - handle search aggregations
[More on aggregation](https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once)
[(more on aggregation)](https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once)
- [HighlightFieldOption](./docs/HighlightFieldOption.md) - handles highlighting per-field options
[More on highlighting](https://manual.manticoresearch.com/dev/Searching/Highlighting#Highlighting-via-HTTP)
[(more on highlighting)](https://manual.manticoresearch.com/dev/Searching/Highlighting#Highlighting-via-HTTP)
- [Join](./docs/Join.md), [JoinOn](./docs/JoinOn.md), [JoinCond](./docs/JoinCond.md) - handle joining tables
[More on joining tables](https://manual.manticoresearch.com/dev/Searching/Joining#Joining-tables)
[(more on joining tables)](https://manual.manticoresearch.com/dev/Searching/Joining#Joining-tables)
- [KnnQuery](./docs/KnnQuery.md) - handles KNN search
[More on KNN search](https://manual.manticoresearch.com/dev/Searching/KNN#KNN-vector-search)
[(more on KNN search)](https://manual.manticoresearch.com/dev/Searching/KNN#KNN-vector-search)
- [ResponseErrorDetails](./docs/ResponseErrorDetails.md), [ResponseError](./docs/ResponseError.md) - handle Manticore error responses
- [SearchQuery](./docs/SearchQuery.md) - handles search queries
[More on searching](https://manual.manticoresearch.com/dev/Searching/Intro#General-syntax)
[(more on searching)](https://manual.manticoresearch.com/dev/Searching/Intro#General-syntax)

- removed classes:
- AggregationCompositeSourcesInnerValue
Expand Down Expand Up @@ -51,11 +51,11 @@ This release includes:

- renamed classes:
- AggregationTerms -> [AggTerms](./docs/AggTerms.md)
[More on aggregation](https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once)
[(more on aggregation)](https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once)
- GeoDistanceFilterLocationAnchor -> [GeoDistanceLocationAnchor](./docs/GeoDistanceLocationAnchor.md)
- GeoDistanceFilter -> [GeoDistance](./docs/GeoDistance.md)
[More on geo filtering](https://manual.manticoresearch.com/dev/Searching/Filters#Geo-distance-filters)
[(more on geo filtering)](https://manual.manticoresearch.com/dev/Searching/Filters#Geo-distance-filters)
- SourceByRules -> [SourceRules](./docs/SourceRules.md)
[More on the 'source' property](https://manual.manticoresearch.com/dev/Searching/Search_results#Source-selection)
[(more on the 'source' property)](https://manual.manticoresearch.com/dev/Searching/Search_results#Source-selection)

- updated documentation

0 comments on commit 06fd424

Please sign in to comment.