On line 1189, there's a typo -- it reads this:
function apacehsolr_get_parent_terms($tids) {
where it should read this:
function apachesolr_get_parent_terms($tids) {
Did a search here and didn't see anyone reporting it, so I thought I would. Cheers.
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | apachesolr_spelling_mistake.patch | 1.15 KB | robertdouglass |
| #3 | apachesolr_spelling_mistake.patch | 2.45 KB | robertdouglass |
| #2 | 747346-function-typo-2.patch | 1.93 KB | pwolanin |
Comments
Comment #1
lazysoundsystem commented...called on line 1230:
$all_terms = apacehsolr_get_parent_terms(array_keys($facets));
Comment #2
pwolanin commentedWell, if they are using the same name, I guess that explains why it works.
Comment #3
robertdouglass commentedThe problem is bigger. Will have to do an update function for this one.
Comment #4
robertdouglass commentedHAHA! I'm grepping for the misspelling and recursively correcting the mistake :P
Comment #5
robertdouglass commentedPeter's patch has the md5 stuff in it too. Here's a patch against 6.2 that just corrects the spelling mistakes. Will fix and commit in all branches.
Comment #6
robertdouglass commented#747346 by robertDouglass, pwolanin | lazysoundsystem: Fixed Typo in apachesolr_search().module.
Committed to all 3 active branches.
Comment #7
pwolanin commentedWow - so much bad typing. Sorry...