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