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