Closed Ant-hem closed 4 years ago
logType is taken as parameter but not sent to the API.
logType
https://github.com/algolia/algoliasearch-client-java-2/blob/febbaeafd7fbdee4affc9856a4601947a1bd1443/algoliasearch-core/src/main/java/com/algolia/search/SearchClientAdvanced.java#L218-L235
It should be added like others parameters to requestOptions.addExtraQueryParameters
requestOptions.addExtraQueryParameters
Description
logType
is taken as parameter but not sent to the API.https://github.com/algolia/algoliasearch-client-java-2/blob/febbaeafd7fbdee4affc9856a4601947a1bd1443/algoliasearch-core/src/main/java/com/algolia/search/SearchClientAdvanced.java#L218-L235
It should be added like others parameters to
requestOptions.addExtraQueryParameters