Thanks Mike, I believe you are correct. Raymond Camden gave a great alternative to accomplish my goal. Thanks again for responding.
Michael Eger wrote: > Matt, > > Just a quick glance, but I think CF verity search is treating this as a > string, because it does not support numeric searching. > > -- Mike Eger > www.avilar.com > > -----Original Message----- > From: Matthew Lesko [mailto:[EMAIL PROTECTED] > Sent: Wednesday, June 20, 2007 10:28 AM > To: CF-Talk > Subject: Query Based Verity Issue > > Well I have a problem with a verity search I am doing. The collection is > based off a query of product data. My collection has cf_custom2 data in it > which represents the products price. When I search the collection with: > > criteria="CF_CUSTOM2 <= 19.99" > > I will get results with CF_Custom2 with values all over the place, like > 108.95. The interesting thing is I will not get any price that do not start > with a 1. I have tested with other numbers in the criteria and they all > behave the same. > > Am I missing something on how verity execute this search. It seems to work > great when I use the = operator but returns unwanted results when I use the > other numeric operators. > > To give this some purpose, what I am trying to do is a price range search of > my collection. > > Any help would be great! > > > > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| ColdFusion 8 beta â Build next generation applications today. Free beta download on Labs http://www.adobe.com/cfusion/entitlement/index.cfm?e=labs_adobecf8_beta Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:281612 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

