Postponed
Project:
jRating
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Dec 2006 at 20:12 UTC
Updated:
12 Mar 2007 at 09:40 UTC
In the drupal search results, nodes with little content, like userlink, show jrating 'rating text' like this..
Flood website
... Quite good Not so great (Companies) ...
userlink - admin - Dec 26 2006 - 2:13pm - 0 comments
It looks like it grabs some of the rating text and the tax term and displays it instead of the actual link that would be expected.
on a similar note, showing the widget or a mini version in the link section for each node would be quite cool.. I will put this into feature requests to follow proper protocol...
Comments
Comment #1
nathanraft commentedI have another search result that displays something different but still messy. I miss typed the search for 'companies' and typed 'companied'. It still matched the same nodes but the results look like this...
Flood website
http://flood.com great site Average rating ( 0 votes) Rate this: --- Excellent! Great! Good Quite good Not so great ...
userlink - admin - Dec 26 2006 - 2:13pm - 0 comments
Hope this helps.
Comment #2
hickory commentedShould be able to fix this, if it's possible to tell in hook_nodeapi that a search is being run.
Comment #3
hickory commentedThere doesn't seem to be any way around this, as node_search loads the node and formats it before indexing.
Comment #4
nathanraft commentedThanks for looking into it. If I find a way to fix this I will post it.
Comment #5
dsnydernc commentedAny update on this? The mess in the search results makes this module unusable to me - other than this, works great.
Comment #6
nathanraft commentedI gave it a few looks but didn't find anything that would work. Maybe there is a way to add code that blocks indexing of certain content.
Comment #7
hickory commentedOne possible alternative is to use Solr for search indexing, which allows the module for each node type to choose what gets indexed.