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