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