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