the spellchecker suggestions are not available in the results.

Comments

killes@www.drop.org’s picture

Assigned: Unassigned » killes@www.drop.org

The issue is simply that the relevant code is missing.

Should we add this code to the existing apachesolr_result.inc or create an extra plugin?

killes@www.drop.org’s picture

Extra plugin creates a problem if you want to position it before the search result plugin: the search hasn't been executed at that time.

killes@www.drop.org’s picture

Status: Active » Needs review
StatusFileSize
new1.79 KB

But there's "render last", yay!

So, here's a plugin that works for me.

laroccadahouse’s picture

how did you get this to work? I have added your plugin as a separate file to the plugins folder as well as added the code to the result.inc and I cant get it to show anything.

broncomania’s picture

You have to put the file into the plugin / styles folder and then add in the panels page the apache solr spellcheck block. That's it

David Lesieur’s picture

Status: Needs review » Reviewed & tested by the community

Looks good and works.

00trav’s picture

+1 works (#3)

lucasvm’s picture

how does it work?, i cant get it work...

broncomania’s picture

What's the problem? Do u copy the file in the right directory?

axroth’s picture

put the file into /apachesolr_panels/plugins/content_types/

damienmckenna’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new2.26 KB

Here's the above file in patch format. FYI I also added apachesolr_panels_apachesolr_spellchecker_content_type_edit_form().