Hits Problem
Aslam Bari <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Dear All,
I want to get nubmber of hits by using DASL search. Where should i change in
my query.
"<D:searchrequest xmlns:D =\"DAV:\"
xmlns:S=\"http://jakarta.apache.org/slide/\">" +
"<D:basicsearch>" +
"<D:select>" +
"<D:prop>" +
"<D:getcontentlength/>" +
"<D:displayname/>" +
"<D:author/>" +
"</D:prop>" +
"</D:select>" +
"<D:from>" +
"<D:scope>" +
"<D:href>"+scope+"</D:href>"+
"<D:depth>infinity</D:depth>" +
"</D:scope>" +
"</D:from>" +
"<D:where>" +
//Content Based Search
"<D:contains>"+query.ToLower()+"</D:contains>"+
"</D:where>" +
"</D:basicsearch>" +
"</D:searchrequest>";
Thanks...
--
View this message in context: http://www.nabble.com/Hits-Problem-tf2090003.html#a5760306
Sent from the Jakarta Slide - User forum at Nabble.com.