Method: Algolia::Search::PromoteObjectIDs#object_ids
- Defined in:
- lib/algolia/models/search/promote_object_ids.rb
#object_ids ⇒ Object
Object IDs of the records you want to promote. The records are placed as a group at the ‘position`. For example, if you want to promote four records to position `0`, they will be the first four search results.
13 14 15 |
# File 'lib/algolia/models/search/promote_object_ids.rb', line 13 def object_ids @object_ids end |