KevinJDurant / OpenTorrentSite

A modern torrent site template that is easy to setup with an intuitive GUI. Currently in development.
MIT License
59 stars 24 forks source link

Case Sensitive Search ! #28

Closed alwisiax closed 3 years ago

alwisiax commented 3 years ago

if you have stored a torrent with a name like "Real Madrid" and you want to search the database for a torrent with that name you will type "real madrid" in search bar, unfortunately nothing will appear in the search result. you should type "Real Madrid" to get that torrent. searching should be not case sesitive.

AzukaChan commented 3 years ago

This seems to be an issue with your webspace. Testing on my server torrent searches are not case sensitive. nope

If the problem still persists try add full text search to the name column in the torrents table using PhPmyAdmin and then added new torrents.

alwisiax commented 3 years ago

ok, another related issue: try to search using "test" word not "test torrent", is the result same?

alwisiax commented 3 years ago

sorry, you are right, its my side problem, I modified the code when I was testing torrent upload, when I restore the code, it is fixed.