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
SuggesterFilterBackend not returning SerializerMethod responses. it is perfectly ok with CompoundSearchFilterBackend.
but I am facing the issue with suggesters.
When I make a search it perfectly shows the result. like this:
but in suggestion i did't get the actual response:
look here, suggester response data are not the same as search response data. in search 'brand_name_country' return its value. but in suggestion completion, it returns Null. and also in suggesters, it didn't return the images' absolute url's.
please have a look at this guys.
The text was updated successfully, but these errors were encountered:
SuggesterFilterBackend not returning SerializerMethod responses. it is perfectly ok with CompoundSearchFilterBackend.
but I am facing the issue with suggesters.
Here is my document.py
Here is my serializers.py
And here is my viewset
When I make a search it perfectly shows the result. like this:
but in suggestion i did't get the actual response:
look here, suggester response data are not the same as search response data. in search
'brand_name_country'
return its value. but in suggestion completion, it returnsNull
. and also in suggesters, it didn't return the images' absolute url's.please have a look at this guys.
The text was updated successfully, but these errors were encountered: