Hello,
I want to filter movies by entering a partial or full movie name.
I am using a "discover" to fetch the movies and I want to add a search functionality as well. Since my get request is limited by dates "search/movie" doesn't work for me.
I found out that I can use "with_text_query" parameter for discover request but it doesn't work properly. For example if the user types "pool" it doesn't return "Deadpool & Wolverine". As far as I understand you need to provide the whole word. I read almost all the tickets in the forum but I can't solve the problem.
https://api.themoviedb.org/3/discover/movie?api_key=[your_api_key]&with_text_query=pool&page=1&sort_by=popularity.desc&primary_release_date.gte=2024-07-15&primary_release_date.lte=2024-08-05
Suggestion: Adding query parameter to discover to filter the movies by their titles would be absolutely great.
Is there anyone who can help me?
映画やテレビ番組が見つかりませんか?ログインして作成してください。
このアイテムを評価したり、リストに追加したりしたいですか?
メンバーではありませんか?
Travis Bellからの返信
投稿:2024年07月16日 11:16 AM
Hi @Kerem5070,
As you may have already gathered, the
with_text_query
filter on discover is unsupported, that is why it is not documented anywhere. There is not currently any plans to bring full search to discover.Regarding your query though, I'm not sure who would enter "pool" while searching for Deadpool. Obviously entering "deadpool" works as expected: