Updating nested in Elasticsearch DSL within DRF?

2024-03-24 Thread Manikandan FMJ
When updating nested objects in Django Rest Framework (DRF), they might be stored as objects instead of Nested, causing issues during search queries. How can I resolve this issue? View file profile = DetailsDocument.get(id=user_id) profile.update(**serializer.validated_data) profile.save()

Elasticsearch

2021-02-27 Thread Praveen chaduvala
Any one know how to work with elasticsearch in django postgreesql.. Get data from postgreesql and convert to elasticsearch and use in APIs.. Please send me any documents , examples... -- You received this message because you are subscribed to the Google Groups "Django REST framework"

Elasticsearch

2021-02-21 Thread Praveen chaduvala
Any one know how to work with django rest api with elasticsearch (postgreesql) Suggest me any examples and tutorials -- You received this message because you are subscribed to the Google Groups "Django REST framework" group. To unsubscribe from this group and stop receiving emai