Why does django-sphinx only output 20 results? How can I get the rest?
Posted
by mlissner
on Stack Overflow
See other posts from Stack Overflow
or by mlissner
Published on 2010-04-19T22:59:04Z
Indexed on
2010/04/19
23:03 UTC
Read the original article
Hit count: 413
Doing a search using django-sphinx gives me results._sphinx that says there were 68 results, but when I iterate over them, I can only get at the first 20 of them.
I'm SURE there's a way around this, and that this is by design, but it's officially stumping the heck out of me. Does anybody know how to get the complete queryset?
© Stack Overflow or respective owner