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
- all models must use the same primary key
- haven't gotten around to supporting
different primary keys per model
within a shared index
- see issue #1#1
Right now
ClassMethods.populate_results_from_ids(...)
assumes that all of the models that place records in the index use the same primary key.As this is essentially always going to be
:_id
it's not a big concern. However, this customization is allowed and thus should be fully supported.Additionally
extract_ordered_ids_from_hits
is just being passed a single primary key. It needs to be able to use the right one per class.The text was updated successfully, but these errors were encountered: