Hi, i am using actinic to create a directory.
i have a rating system where products/businesses can have a rating from 0-5...including 1.5 etc....i have given each product a property called rating, and put the value as whatever it is e.g 1.5 my problem is i need it to search for products/businesses with a rating of equal to or less than the value.
my thought was that if the rating is say 1.5 for example...if i put the value as: 0, 0.5, 1, 1.5 that it would pick out the sepperate values.....but it only picks up the very first number in the value i.e 0
is there a way to make it search for any part of the value
thanks
i have a rating system where products/businesses can have a rating from 0-5...including 1.5 etc....i have given each product a property called rating, and put the value as whatever it is e.g 1.5 my problem is i need it to search for products/businesses with a rating of equal to or less than the value.
my thought was that if the rating is say 1.5 for example...if i put the value as: 0, 0.5, 1, 1.5 that it would pick out the sepperate values.....but it only picks up the very first number in the value i.e 0
is there a way to make it search for any part of the value
thanks
Comment