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