Add a break to ajax_qsearch()
commitd91a4ef556635b5298c47df2856851f0694b2885
authorKlap-in <klapinklapin@gmail.com>
Tue, 29 Jan 2013 00:44:45 +0000 (29 01:44 +0100)
committerKlap-in <klapinklapin@gmail.com>
Tue, 29 Jan 2013 00:44:45 +0000 (29 01:44 +0100)
treeb8e2d5aecdfdfa1d93e47a6b4419467d2811e2ee
parente4a50ea7ef39fc26378570f7a62c58e9bbf4bfda
Add a break to ajax_qsearch()
When the search input is still only a few characters, the number of matching pages is big.
Browsers have heavy work to progress this whole return, better cut off so only the part that is directly displayed will be sent.
lib/exe/ajax.php