Closed (fixed)
Project:
Apache Solr Search
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
21 Dec 2009 at 10:44 UTC
Updated:
3 Jan 2014 at 01:08 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
robertdouglass commented#664860 by pounard: Fixed Wrong t() usage in apachesolr_field_name_map().
Good catch. Thanks.
Comment #2
pounardYou're welcome :)
Comment #4
cjdavis commentedAlmost there - it should be $field['name'] rather than $field['label'], so:
And some keywords in case anyone is searching like I was:
This affects the Field biases section of the Search fields tab of the Apache Solr settings, located at /admin/settings/apachesolr/query-fields. Also 'Apache Solr recommendations: More like this' block configuration, under 'Fields for finding related content' The problem is seeing only 'CCK text field' without the actual field name appended.
Comment #5
jpmckinney commentedNote: doesn't affect 7.x.
Comment #6
jpmckinney commentedWhat's wrong with label? It's more human readable than name.