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