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.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | indexed-only-508364-2.patch | 2.67 KB | pwolanin |
| #1 | indexed-only-508364-1.patch | 1.9 KB | pwolanin |
Comments
Comment #1
pwolanin commentedmost of the change in the patch is indentation - the main difference is an added if() {}
Comment #2
pwolanin commentedMinor changes to code comments.
Comment #3
pwolanin commentedComment #4
pwolanin commentedcommitted