algolia / algolia/algoliasearch-client-scala
Expose rule.consequence.promote.objectIDs string array
- Dominant language
- Scala
- Stars
- 27
- Forks
- 24
- PR merge metrics
- No merged PRs in 30d
Description
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.
Contributor guide
No contributing guide indexed for this repository
Research direction
Locate the Scala representation of the Algolia rule consequence promotion object and compare its existing objectID field with the requested objectIDs field. Confirm how rule objects are modeled and exposed, then verify that the plural string array is available alongside the singular field without changing the existing representation.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- scala
- Domain
- api
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100