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