cube-drone / pierc

A python bot that logs IRC channels, and a PHP/JS interface for browsing said logs.
http://classam.github.com/pierc/
Other
52 stars 24 forks source link

Live search sometimes duplicates results #19

Closed ThomasGirard closed 11 years ago

ThomasGirard commented 11 years ago

When searching, results sometimes come back duplicated (or multiplied more times). It seems that when multiple search results come back, they are sometimes appended instead of a the newer one replacing the previous.

A good way to reproduce the bug is to type your search word, then press Alt Gr. Since it's a combo key, it will send two requests really close and often duplicate the results. By the way I guess modifier keys shouldn't trigger a new search event.