I have an issue: If I make this request: https://api.themoviedb.org/3/search/multi?api_key=X&query=un%20petit%20truc%20en%20plus It says: no results.
But if I change "petit" to "p'tit," like this: https://api.themoviedb.org/3/search/multi?api_key=X&query=un%20p'tit%20truc%20en%20plus It finds an exact match for the movie I'm searching for.
However, on the website https://www.themoviedb.org/search?query=un+petit+truc+en+plus with "petit," it finds the movie titled "p'tit" without any issue.
My query is essentially the same. Is it possible to use something like %LIKE% or how do they make it work?
¿No encuentras una película o serie? Inicia sesión para crearla:
¿Quieres puntuar o añadir este elemento a una lista?
¿No eres miembro?
Contestado por tmdb33509488
el 27 de noviembre de 2024 a las 19:48
Please... I've searched everywhere and can't find anything. How can I get the same search query as tmdb?