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