@manmodesanket said: how do you search for a movie with the filter of ratings as well as query in the same api request?
Suppose I want search for a movie Superman but only with vote_average greater than 7.5 how do we do that with an api call?
Using "Search" is not possible. It does not have this filter, vote_average.
But maybe using "Discover" it is possible.
There is a yet undocumented filter for text search. &with_text_query={any text}
I'm not sure but I think it searches in the fields:
Original Title
Translated Title
Tagline
Translated Overview
I personally never used it.
I know it hasn't been tested to the point of publication yet.
He's still on experience.
ticao2 🇧🇷 pt-BR je odgovoril
dne januar 13, 2024 ob 6:11 PM
Using "Search" is not possible. It does not have this filter, vote_average.
But maybe using "Discover" it is possible.
There is a yet undocumented filter for text search.
&with_text_query={any text}
I'm not sure but I think it searches in the fields:
I personally never used it.
I know it hasn't been tested to the point of publication yet.
He's still on experience.