Don't offer non-indexed fields as search options
pwolanin - July 2, 2009 - 16:02
| Project: | Apache Solr Search Integration |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
We added the teaser fields as a non-indexed 'text' field. This may have been a mistake - it probably should just be a string field. But in any case, in function apachesolr_search_settings_form() we are giving the use the option to search all text fields. We need to add a check to only offer indexed text fields.

#1
most of the change in the patch is indentation - the main difference is an added if() {}
#2
Minor changes to code comments.
#3
#4
committed
#5
Automatically closed -- issue fixed for 2 weeks with no activity.