View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0000753 | HTML & PERL | Bug Report - Database | public | 2007-09-02 07:01 | 2007-09-13 05:35 | 
| Reporter | Deimon | Assigned To | |||
| Priority | normal | Severity | tweak | Reproducibility | always | 
| Status | closed | Resolution | no change required | ||
| Summary | 0000753: The search reads %20 for spaces | ||||
| Description | When searching using Firefox's "Add a keyword for this search" feature every space is recorded as %20 and such, searching for anime with multiple words is not possible. | ||||
| Tags | No tags attached. | ||||
| 
		 | 
	i dont have any problems with that | 
| 
		 | 
	Got the same problem but for me it takes a step further and encode my spaces as %2520. (As in: " " becomes "%20" and then "%" in "%20" becomes "%25".) | 
| 
		 | 
	
	It seems like a browser's problem. | 
| 
		 | 
	
	It is not a browser problem. All other sites work perfectly. Just add a minor str_replace code that replaces "%20" to " " and it is fixed.  | 
| 
		 | 
	Actually, this is probably a browser problem. Manually adding %20 to a search query URL works as expected. The server _does_ convert %20 to space (it does a normal query decoding run). | 
| 
		 | 
	
	I think I've found the problem! Works perfectly for me since I updated the url to use "anidb.net/.." instead of "anidb.info/.." ^^  | 
| Date Modified | Username | Field | Change | 
|---|---|---|---|
| 2007-09-02 07:01 | Deimon | New Issue | |
| 2007-09-02 21:34 | ninjamask | Note Added: 0001447 | |
| 2007-09-08 19:52 | Nightflame | Note Added: 0001450 | |
| 2007-09-09 02:30 | guhungry | Note Added: 0001451 | |
| 2007-09-09 02:31 | guhungry | Note Edited: 0001451 | |
| 2007-09-11 08:30 | epoximator | Status | new => closed | 
| 2007-09-11 08:30 | epoximator | Resolution | open => no change required | 
| 2007-09-11 12:46 | Deimon | Status | closed => feedback | 
| 2007-09-11 12:46 | Deimon | Resolution | no change required => reopened | 
| 2007-09-11 12:46 | Deimon | Note Added: 0001459 | |
| 2007-09-12 05:57 | exp | Note Added: 0001461 | |
| 2007-09-12 07:02 | Nightflame | Note Added: 0001462 | |
| 2007-09-13 05:35 | exp | Status | feedback => closed | 
| 2007-09-13 05:35 | exp | Resolution | reopened => no change required |