entry weight
my client wants to manipulate search results... he'd like certain entries to be more relevant (have more 'weight') than others.
is that possible and how would you go about it?
my client wants to manipulate search results... he'd like certain entries to be more relevant (have more 'weight') than others.
is that possible and how would you go about it?
Replies
Low 9 Nov 2013 07:03
Not possible at the moment, but a custom extension could be built using the low_search_modify_score hook.
stinhambo 20 Nov 2013 06:48
Does this mean we could build something that could weight the following? -
Title (Highest weight)
Excerpt (Medium weight)
Category (Lowest weight)
Low 20 Nov 2013 07:29
That's already possible using the Collections, see http://gotolow.com/assets/addons/sear...
stinhambo 20 Nov 2013 07:34
How did I not know this? That's what being out of the coding game long enough will do to you!