DEBUG MODE - FILM TITLES SEARCH
Search query: 'the flour test o teste da farinha'
Database connected: YES
SQL:
SELECT id, title, original_title, year, poster_url,
CASE
WHEN title LIKE '%the flour test o teste da farinha%' THEN 1
WHEN original_title LIKE '%the flour test o teste da farinha%' THEN 2
ELSE 3
END as relevance
FROM films
WHERE title LIKE '%the flour test o teste da farinha%' OR original_title LIKE '%the flour test o teste da farinha%'
ORDER BY relevance ASC, year DESC
LIMIT 20
Search term: %the flour test o teste da farinha%
Results found: 0
Search Titles: the flour test o teste da farinha - Short Movie Database
No films found matching "the flour test o teste da farinha"
Try checking your spelling or using different keywords.