@@ -6,27 +6,27 @@ This release includes:
66
77- updated sql request and error response formats to match changes in Manticore
88
9- - BREAKING CHANGES: updated the structure of client classes to strictly match the request/response formats specified by Manticore's HTTP API
9+ - BREAKING CHANGES: updated the structure of client classes to strictly match the request/response formats specified by Manticore's JSON API
1010 (Related Github issue: https://github.com/manticoresoftware/openapi/issues/16 )
1111
1212 - added classes:
13- - [[ AggCompositeSource] ]( ./docs/AggCompositeSource.md )
13+ - [ AggCompositeSource] ( ./docs/AggCompositeSource.md )
1414 More on aggregation: https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once
15- - [[ AggCompositeTerm] ]( ./docs/AggCompositeTerm.md )
15+ - [ AggCompositeTerm] ( ./docs/AggCompositeTerm.md )
1616 More on aggregation: https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once
17- - [[ HighlightFieldOption] ]( ./docs/HighlightFieldOption.md )
17+ - [ HighlightFieldOption] ( ./docs/HighlightFieldOption.md )
1818 More on highlighting: https://manual.manticoresearch.com/dev/Searching/Highlighting#Highlighting-via-HTTP
19- - [[ Join] ]( ./docs/Join.md )
19+ - [ Join] ( ./docs/Join.md )
2020 More on joining tables: https://manual.manticoresearch.com/dev/Searching/Joining#Joining-tables
21- - [[ JoinOn] ]( ./docs/JoinOn.md )
21+ - [ JoinOn] ( ./docs/JoinOn.md )
2222 More on joining tables: https://manual.manticoresearch.com/dev/Searching/Joining#Joining-tables
23- - [[ JoinCond] ]( ./docs/JoinCond.md )
23+ - [ JoinCond] ( ./docs/JoinCond.md )
2424 More on joining tables: https://manual.manticoresearch.com/dev/Searching/Joining#Joining-tables
25- - [[ KnnQuery] ]( ./docs/KnnQuery.md )
25+ - [ KnnQuery] ( ./docs/KnnQuery.md )
2626 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 )
27+ - [ ResponseErrorDetails] ( ./docs/ResponseErrorDetails.md )
28+ - [ ResponseError] ( ./docs/ResponseError.md )
29+ - [ SearchQuery] ( ./docs/SearchQuery.md )
3030 More on searching: https://manual.manticoresearch.com/dev/Searching/Intro#General-syntax
3131
3232 - removed classes:
@@ -57,13 +57,13 @@ This release includes:
5757 - SourceMultiple
5858
5959 - renamed classes:
60- - AggregationTerms -> [[ AggTerms] ]( ./docs/AggTerms.md )
60+ - AggregationTerms -> [ AggTerms] ( ./docs/AggTerms.md )
6161 More on aggregation: https://manual.manticoresearch.com/dev/Searching/Grouping#GROUP-BY-multiple-fields-at-once
62- - GeoDistanceFilterLocationAnchor -> [[ GeoDistanceLocationAnchor] ]( ./docs/GeoDistanceLocationAnchor.md )
62+ - GeoDistanceFilterLocationAnchor -> [ GeoDistanceLocationAnchor] ( ./docs/GeoDistanceLocationAnchor.md )
6363 More on geo filtering: https://manual.manticoresearch.com/dev/Searching/Filters#location_anchor
64- - GeoDistanceFilter -> [[ GeoDistance] ]( ./docs/GeoDistance.md )
64+ - GeoDistanceFilter -> [ GeoDistance] ( ./docs/GeoDistance.md )
6565 More on geo filtering: https://manual.manticoresearch.com/dev/Searching/Filters#Geo-distance-filters
66- - SourceByRules -> [[ SourceRules] ]( ./docs/SourceRules.md )
66+ - SourceByRules -> [ SourceRules] ( ./docs/SourceRules.md )
6767 More on the 'source' property:
6868 https://manual.manticoresearch.com/dev/Searching/Search_results#Source-selection
6969
0 commit comments