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