pmt02 / edukapp

Automatically exported from code.google.com/p/edukapp
Apache License 2.0
0 stars 0 forks source link

Search servlet only ever returns a result set size of 10 #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
if you call
/api/search?q=searchterm&start=0

10 items will be returned, the next 10 can be got via start and so-on

it would be useful to have another parameter which allows the caller to specify 
how many should be returned such as

/api/search?q=searchterm&start=n&resultsize=n

Incidentally this is a problem for the initial indexing of the store via

/api/search?q=%5B*TO%20*%5D

as only 10 items are indexed!

Original issue reported on code.google.com by KJPo...@gmail.com on 23 May 2012 at 9:01

GoogleCodeExporter commented 9 years ago
This has been implemented by Kris (see rev 283)

Original comment by scott.br...@gmail.com on 28 Aug 2012 at 1:46