When searching...
17 years ago
Posts: 16
Just if there's one result only, have it go directly to the page. Makes sense if that's the only result coming up.

17 years ago
Posts: 1591
well if they add another result then they have to fix it again ritee? its just clicking once
As if handcuffed, I'm bound to the memories of you...
17 years ago
Posts: 16
Add another result? If you add the functionality right after the db returns the search results and check if there's just one result, then it's still dynamic and if more series matching the search criteria are added, it would skip it entirely and go to the search page to display the results. It's only a few lines of code added anyway. Basically I'm referring to how anidb deals with searches, where you get a redirect if you search for "Toshokan sensou" and not if you search for "Toshokan". I mean why not do it if it's simple to do?