rufuscoder / Shakespeer

A Direct Connect Client for Multiple Platforms
GNU General Public License v2.0
28 stars 13 forks source link

CLI search result bug #66

Open rufuscoder opened 11 years ago

rufuscoder commented 11 years ago

Original author: zintis.p...@e-mail.lv (May 20, 2008 19:23:58)

What steps will reproduce the problem?

  1. search for something. lets say "search sex"
  2. check result with "sresults". results are shown
  3. search for sometinh else, lets say "search linux"
  4. check result with "sresults". results are shown for "sex" and not "linux". However log files shows that new results are arived.

What version of the product are you using? On what operating system? ShakesPeer 0.9.7 & CLI interface

Original issue: http://code.google.com/p/shakespeer/issues/detail?id=18

rufuscoder commented 11 years ago

From zintis.p...@e-mail.lv on May 20, 2008 19:29:06 sorry. probably my misunderstandig how things works.

new search does not clear previous search result. can we have buffer overfow somehow?

rufuscoder commented 11 years ago

From zintis.p...@e-mail.lv on May 20, 2008 19:50:12 shouldnt we implement command that clears search result?

rufuscoder commented 11 years ago

From hwa...@gmail.com on May 20, 2008 19:57:59 I haven't ever used the CLI (lack of documentation on it may be one reason), but I think it sounds reasonable that if a new search is done, the old results are cleared... Unless there is some kind of way to map results to their searches.

rufuscoder commented 11 years ago

From zintis.p...@e-mail.lv on May 20, 2008 20:19:59 I guess CLI is important for crossplatform developement and can therefore enlarge users comunity then would help us figure out more bugs/enhancements. have you ever hear about dcget project?

rufuscoder commented 11 years ago

From zintis.p...@e-mail.lv on May 20, 2008 21:03:56 We have "search, sget, sresults" commands. I would promoute to add "sclear" command for CLI to clear search result.

rufuscoder commented 11 years ago

From hwa...@gmail.com on May 21, 2008 08:08:38 Is there some reason why old search results should stay when you do a new search? If not, I think we should just clear them. (A CLI-client could always save those results before re-searching, if it cared about them...)

rufuscoder commented 11 years ago

From mailboxf...@gmail.com on October 05, 2008 19:10:51 Just my 2 cents: I've also noticed this bug (shakespeer 0.9.10). I would also like to point out that currently the only workaround now is to exit the CLI (sphubd and sphashd still running) and then re-launch CLI.