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