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 works better: no duplicate results, less useless queries #22

Closed ThomasGirard closed 11 years ago

ThomasGirard commented 11 years ago

Results from live search should not create duplicates anymore (creating a new search request always cancels the pending one).

Pressing modifier keys (ctrl, shift, alt-gr) in the search input does not trigger new search events.

This fixes #19.