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