When I searching for some terms, I get both normal results, highlighted results and spellchecker suggestions.
I would expect the order to be spellchecker suggestion > highlighted results and then normal results, which complies with the "Place spellchecker suggestion before others" comment in the apachesolr_autocomplete_suggest_additional_term() function.

The fix for correct order is simple, patch coming up.

Comments

dysrama’s picture

See attached patch

dysrama’s picture

Messed up the patch, sorry, see new one.

damienmckenna’s picture

Version: 7.x-1.3 » 7.x-1.x-dev
Issue summary: View changes
Status: Active » Needs review

Please set the issue status to "needs review" when you add a patch. Thanks.

damienmckenna’s picture