aMule Bug Tracker - aMule
View Issue Details
0001302aMuleSearchpublic2008-04-13 17:492008-04-18 00:45
alex_blackbit 
Kry 
normalminoralways
closedopen 
SVN 
 
Any
0001302: kad search does not recognize added words
i am not sure if this is a problem with amule or if it is related to the kad protocol.
searching for the term "foo" works normally.
afterwards a search for "foo goo" is not processed with the message

search warning
unexpected error while attempting kad search:
kademlia: search keyword is already on search list: foo

it seems like only the first word of the search term is processed, because a search for "goo foo" gives the expected results.
No tags attached.
Issue History
2008-04-13 17:49alex_blackbitNew Issue
2008-04-13 17:49alex_blackbitOperating System => Any
2008-04-18 00:44KryStatusnew => assigned
2008-04-18 00:44KryAssigned To => Kry
2008-04-18 00:45KryStatusassigned => closed
2008-04-18 00:45KryNote Added: 0002785

Notes
(0002785)
Kry   
2008-04-18 00:45   
This is inherent to the kad protocol: a new search for an specific keyword can't be started untill the last one has finished. In this case, if you wait until the search for "foo" is over, you will be able to search for "foo goo" perfectly.