You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Language Version: ruby 2.6.5p114 (2019-10-01 revision 67812) [-darwin21]
Description
When passing in attributesToRetrieve to get_objects we receive an http error stating that attributesToRetrieve is an invalid key. We traced the issue back to the call made to the Algolia API here:
Description
When passing in
attributesToRetrieve
toget_objects
we receive an http error stating thatattributesToRetrieve
is an invalid key. We traced the issue back to the call made to the Algolia API here:algoliasearch-client-ruby/lib/algolia/search_index.rb
Line 213 in 5e7c715
We tested that if we pass in
request_options
insteadopts
the call works as documented.Steps To Reproduce
The text was updated successfully, but these errors were encountered: