Needs review
Project:
Apache Solr Panels
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Feb 2011 at 14:39 UTC
Updated:
13 Apr 2012 at 18:57 UTC
Jump to comment: Most recent file
the spellchecker suggestions are not available in the results.
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | apachesolr_panels-n1065882-10-d6.patch | 2.26 KB | damienmckenna |
| #3 | apachesolr_spellchecker.inc_.txt | 1.79 KB | killes@www.drop.org |
Comments
Comment #1
killes@www.drop.org commentedThe 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?
Comment #2
killes@www.drop.org commentedExtra plugin creates a problem if you want to position it before the search result plugin: the search hasn't been executed at that time.
Comment #3
killes@www.drop.org commentedBut there's "render last", yay!
So, here's a plugin that works for me.
Comment #4
laroccadahouse commentedhow 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.
Comment #5
broncomania commentedYou 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
Comment #6
David Lesieur commentedLooks good and works.
Comment #7
00trav commented+1 works (#3)
Comment #8
lucasvm commentedhow does it work?, i cant get it work...
Comment #9
broncomania commentedWhat's the problem? Do u copy the file in the right directory?
Comment #10
axroth commentedput the file into /apachesolr_panels/plugins/content_types/
Comment #11
damienmckennaHere's the above file in patch format. FYI I also added apachesolr_panels_apachesolr_spellchecker_content_type_edit_form().