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