Closed GoogleCodeExporter closed 9 years ago
This is important for the 0.9 release, since it's a notable regression.
Lindsey, Aaron, either of you have time for this soon?
Original comment by bradfitz
on 21 Oct 2014 at 3:07
I'll get it done in the next couple days
Original comment by els...@gmail.com
on 21 Oct 2014 at 3:32
Original comment by zbo...@gmail.com
on 25 Oct 2014 at 1:48
Brad, if you could implement server-side support for returning a page of
results "around" a particular item, it would make this feature a lot more
robust and elegant client-side.
What I want to be able to say is:
var query = {
sort: "-created",
expression: "is:landscape",
containing: "<ref>",
limit: 51,
};
This would return a page with at most 25 results before <ref> in the sort and
at most 25 results after <ref>. If <ref> does not match the query at all, then
an empty set or error is returned.
===
I can implement a variation of what I did last time, but it was pretty hacky,
and probably leads to UI bugs one way or other.
Original comment by zbo...@gmail.com
on 25 Oct 2014 at 1:55
I could probably do that.
Original comment by bradfitz
on 26 Oct 2014 at 12:53
This issue has moved to https://camlistore.org/issue/508
Original comment by bradfitz
on 14 Dec 2014 at 11:37
Original issue reported on code.google.com by
zbo...@gmail.com
on 29 Aug 2014 at 8:19