how weights calculated
-
Hello
i want to ask about weights calculation process and how i can see the affect of the weights on the calculation process
as i have this problem
i have talked to you before about the tags weights and you give me this codeadd_filter( ‘relevanssi_match’, ‘rlv_product_tag_boost’ );
function rlv_product_tag_boost( $match ) {
if ( $match->taxonomy > 0 ) {
$match->weight = $match->weight * 5 * $match->taxonomy;
}
return $match;
}but its not working very well for all the tags or all the search process i mean if you try to to enter my website and search for (( رام 8 جيجا ))
the finical calculation weight is strange because i have insert the same sentence (( رام 8 جيجا )) to a specific product to post it how ever its not posted ! and its still not on the firstThe page I need help with: [log in to see the link]
The topic ‘how weights calculated’ is closed to new replies.