Blacklight Plugin

multiple selections from same facet are "OR"ed instead of "AND"ed

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Blocker Blocker
  • Resolution: Fixed
  • Affects Version/s: 2.1
  • Fix Version/s: 2.2
  • Component/s: None
  • Description:
    Hide
    In the demo app:

    1. select language Italian. We expect 1700 results, because it says so ... and we get them. Perfect.

    2. now the facet list shows "French" as having 114 -- presumably there are 114 documents that have both French and Italian in the language field.

    3. select the French facet. I expect 114 results. But when I select it, the displayed number for French becomes 3,241, and the I get 4870 or so results ... probably the result of "OR-ing" the two facets, rather than "AND-ing" them.

    Show
    In the demo app: 1. select language Italian. We expect 1700 results, because it says so ... and we get them. Perfect. 2. now the facet list shows "French" as having 114 -- presumably there are 114 documents that have both French and Italian in the language field. 3. select the French facet. I expect 114 results. But when I select it, the displayed number for French becomes 3,241, and the I get 4870 or so results ... probably the result of "OR-ing" the two facets, rather than "AND-ing" them.

Activity

Hide
Matt Mitchell added a comment - 10/May/09 9:17 PM
This was caused by a bug in the RSolr::Ext gem, which has been fixed.
Show
Matt Mitchell added a comment - 10/May/09 9:17 PM This was caused by a bug in the RSolr::Ext gem, which has been fixed.
Hide
Matt Mitchell added a comment - 10/May/09 9:18 PM
Note: the fixed version of RSolr::Ext is 0.7.11
Show
Matt Mitchell added a comment - 10/May/09 9:18 PM Note: the fixed version of RSolr::Ext is 0.7.11

People

Dates

  • Created:
    06/May/09 2:04 PM
    Updated:
    10/May/09 9:18 PM
    Resolved:
    10/May/09 9:17 PM