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
Original issue reported on code.google.com by
KJPo...@gmail.com
on 23 May 2012 at 9:01