algolia / algoliasearch-client-python

⚡️ A fully-featured and blazing-fast Python API client to interact with Algolia.
https://www.algolia.com/doc/api-client/getting-started/install/python/?language=python
MIT License
196 stars 67 forks source link

Expose rule.consequence.promote.objectIDs string array #484

Closed aseure closed 4 years ago

aseure commented 4 years ago

On top of the existing objectID (singular) string field, a new objectIDs (plural) string array field is now be exposed in the rule.consequence.promote Rule object representation. This lets the user easily promote a full group of objects without letting some priority conflicts to shift some objects at the end of the promoted object list.

nunomaduro commented 4 years ago

@aseure Do you plan on adding something on the CTS about this?

nunomaduro commented 4 years ago

If yes, please open this issue for me. Otherwise, nothing todo here.