Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
11 Jul 2012 at 14:11 UTC
Updated:
25 Apr 2013 at 02:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
David_Rothstein commentedHere's a simple patch.
Comment #2
andymantell commentedI've tested this patch via the code in #1273658: Add the ability to filter by profile fields and can confirm it is working for me. I'm reluctant to RTBC this myself as I am unsure what else it may effect, but it is working for me within this use case at any rate.
Comment #3
nick_vhin this case I would almost remove the apachesolr_default_node_facet_info and replace its references with the new function?
Otherwise you have a function that just has 2 lines
Comment #4
nick_vhComment #5
brianV commentedRe-rolled with improved doxygen.
I've also added a version which removes the unused $searched_info parameter from apachesolr_default_node_facet_info().
Comment #6
nick_vhI prefer the no searcher version as the var does not make sense there.
Comment #7
nick_vhCommitted to 7.x-1.x, thanks!
Comment #8
pwolanin commented