EVE-SECURE / evedev-kb

Automatically exported from code.google.com/p/evedev-kb
0 stars 0 forks source link

Linked names in kill_detail comments do not properly lookup pilots #102

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.click on a linked name on the comment section of the kill_detail page

What is the expected output? What do you see instead?
Either, be taken directly to the pilots stats page or display search results 
for the name that was clicked 

What version of the product are you using? On what operating system?
r587

Please provide any additional information below.
As always, please refer to my semi-live board @ http://www.eve-
usf.com/killboard

Original issue reported on code.google.com by zendo...@icqmail.com on 31 Mar 2010 at 4:05

GoogleCodeExporter commented 9 years ago
It is helpful if you state in the defect report what the defect is. An issue is 
often not easily reproduced so it helps to know what you are seeing that is 
unexpected.

In this case I was actually able to find a problem which may be what you are 
seeing. 
Were you reporting that the links in the comments take you to the search page 
instead of the pilot? If so, I think the best option is to remove that function 
since it depends on users entering names that match a stored pilot. (And if 
that's 
not your issue I'm doing it anyway. ;) )

Original comment by kovellia on 31 Mar 2010 at 5:16

GoogleCodeExporter commented 9 years ago
Well I can understand the search page not returning any results for a name that 
is
not in the killboard in part or in whole. However, if (for example) I click on 
my
name (Zendoren) on the comment section, the search result still shows 0 
results. This
is incorrect as i know that I am in the killboard. I suspect that the SQL query
string for the search is incorrect as it always returns 0 results. Might want to
amend the SQL query string to ignore capital letters and add wild card 
operators to
the end of the names so that it will allow the query to search for names that 
might
be close to the names that was submitted. 

Original comment by zendo...@icqmail.com on 31 Mar 2010 at 4:19

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Updated to r595 feature IS working as intended.... you can close the ticket!

Original comment by zendo...@icqmail.com on 1 Apr 2010 at 5:06

GoogleCodeExporter commented 9 years ago

Original comment by kovellia on 2 Apr 2010 at 12:20