Re: Property Exact Search Problem
"Marco Ferretti" <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
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 ?