Dear Macro, I want to search 9 in this property. This property does not contains exactly 9. There is 5.9, 4.9 etc but not exactly 9. So it should not come in result. Eq can not work here because this property does not contains a single value. it contains many numbers. So eq will not work as i think. Now is there is any help.
----- Original Message ---- From: Marco Ferretti <[EMAIL PROTECTED]> To: Slide Users Mailing List <[email protected]> Sent: Thursday, 26 October, 2006 4:56:48 PM Subject: Re: Property Exact Search Problem On 10/26/06, Aslam Bari <[EMAIL PROTECTED]> wrote: > > Dear All, > I have a property named sal_value which contains data like {4 5.5 3 2 5.9 > 4.9 2.5} > > Now i want to search it this property contains "9". I am giving the query > like this:- > > <D:propcontains> > <D:prop> > <D:sal_value/> > </D:prop> > > <D:literal> > 9 > </D:leteral> > </D:propcontins> > > It should not give the file in result but it is giving, becoz 9 is appear as > a part of other number. > > IS there is not any mehtod by which i can search whole words like 4 does not > mean 4.5 or 4.25, same 9 does not mean 5.9 or 9.8. It should search exactly > what is given. > > Any Help will be appreciated. > Thanks... > -- > View this message in context: > http://www.nabble.com/Property-Exact-Search-Problem-tf2513072.html#a7008468 > Sent from the Jakarta Slide - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > I if you are looking for the property that *is* 9 then you shall use <D:eq> ... if you're looking for the property that *contains* 9 i have no idea ... mayde J. F. can help clarify this ? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] __________________________________________________________ Yahoo! India Answers: Share what you know. Learn something new http://in.answers.yahoo.com/
