Skip to content
New issue

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

Wrong results for facet_counts() with pagination #92

Open
lmeunier opened this issue Mar 6, 2012 · 3 comments
Open

Wrong results for facet_counts() with pagination #92

lmeunier opened this issue Mar 6, 2012 · 3 comments
Labels

Comments

@lmeunier
Copy link

lmeunier commented Mar 6, 2012

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

@notanumber
Copy link
Owner

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

@lmeunier
Copy link
Author

lmeunier commented Mar 6, 2012

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.

@stephenpaulger
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants