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