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