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
So this is actually an API issue silently ignoring fields it's not indexing on -- not a Ruby client issue. We'll track the progress of this issue with this github ticket and update when we fix and prioritize internally.
The Balanced API only filters on a subset of the returned fields.
This code looks like it will return the first hold with the associated ID. However, the API doesn't allow filtering on the ID field.
Balanced should either throw an error in the balanced-ruby library or document which fields are indexable.
The text was updated successfully, but these errors were encountered: