algolia / algoliasearch-client-java

⚡️ A fully-featured and blazing-fast Java API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/java/
MIT License
46 stars 33 forks source link

Accept `enablePersonalization` boolean as a valid setting parameter #693

Closed aseure closed 4 years ago

aseure commented 4 years ago

All API clients currently should accept the enablePersonalization boolean as a valid search parameter, which defaults to false when missing. However, @rayrutjes recently reported that this parameter is also part of the settings of an index.

The needed change is to expose the enablePersonalization boolean as a valid setting parameter, which defaults to false when missing. It still needs to be accepted as a search parameter as well.