Closed (fixed)
Project:
Apache Solr Multisite Search
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2010 at 13:12 UTC
Updated:
29 Oct 2010 at 07:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedWe have these fields in the schema:
We should are indexing into the sname field via copyField and should be using that for faceting. Looks like the code is indeed wrong.
Comment #2
pwolanin commentedI think this will fix it - you will need to reconfigure the enabled filters and blocks.
Comment #3
pwolanin commentedLooks good in local testing. Committing.
Comment #4
gaëlgWorks for me too. Thanks !