Hi,

I have found in my code few boost functions like this one:

bf=sum(product(max(field_a,1),10),product(max(field_b,1),100))

The question is, may I split this in two:

bf=product(max(field_a,1),10)
bf=product(sub(has_image,1),100)

being sure to have in return always the same results of first bf?

Best regards,
Vincenzo

-- 
Vincenzo D'Amore
email: v.dam...@gmail.com
skype: free.dev
mobile: +39 349 8513251

Reply via email to