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