jrating text showing in search results
NathanRAFT - December 28, 2006 - 20:12
| Project: | jRating |
| Version: | 4.7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed |
Jump to:
Description
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...

#1
I 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.
#2
Should be able to fix this, if it's possible to tell in hook_nodeapi that a search is being run.
#3
There doesn't seem to be any way around this, as node_search loads the node and formats it before indexing.
#4
Thanks for looking into it. If I find a way to fix this I will post it.
#5
Any update on this? The mess in the search results makes this module unusable to me - other than this, works great.
#6
I 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.
#7
One possible alternative is to use Solr for search indexing, which allows the module for each node type to choose what gets indexed.