We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I'm trying to use faceted search with pagination, but facet counts seems to be done only for one page. For example:
Laurent
The text was updated successfully, but these errors were encountered:
This issue should be fixed in master. Are you running a tag or master itself?
On Tuesday, 6 March, 2012 at 9:59 AM, lmeunier wrote:
Hi, I'm trying to use faceted search with pagination, but facet counts seems to be done only for one page. For example: query gives 690 results 20 results/page the sum of facets.fields.myfield.1 is 20 (should be 690) Laurent Reply to this email directly or view it on GitHub: #92
Reply to this email directly or view it on GitHub: #92
Sorry, something went wrong.
I'm running master itself. I've installed xapian-haystack with this command: pip install git+https://github.com/notanumber/xapian-haystack.git
Haystack version 1.2.6.
Having this issue with xapian-haystack 1.1.5beta (from PyPI) and django-haystack 1.2.7 (also from PyPI).
I can't update to master because that has django-haystack 2.x.x as a requirement.
No branches or pull requests
Hi,
I'm trying to use faceted search with pagination, but facet counts seems to be done only for one page.
For example:
Laurent
The text was updated successfully, but these errors were encountered: