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