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
I have made two models Student and Teacher by extending Django's User Model in OneToOne fields student and teacher respectively. When i register my Student and Teacher models to algolia, it only takes the username attribute of User in student(or teacher). I am not able to access other fields of User model like first_name, last_name etc. in algolia. How can i access these fields?
The text was updated successfully, but these errors were encountered:
@neeti25: We just documented a way to index ManyToMany fields in 0f70028, can you check the documented approach and let me know if it works for your usecase? 🙂
I have made two models Student and Teacher by extending Django's User Model in OneToOne fields student and teacher respectively. When i register my Student and Teacher models to algolia, it only takes the username attribute of User in student(or teacher). I am not able to access other fields of User model like first_name, last_name etc. in algolia. How can i access these fields?
The text was updated successfully, but these errors were encountered: