Dear All,
I want to get nubmber of hits by using DASL search. Where
should i change in
my query.
"<D:searchrequest xmlns
=\"DAV:\"
xmlns:S=\"http://jakarta.apach
e.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>&q
uot;+
"<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#a576
0306
Sent from the Jakarta Slide - User forum at Nabble.com.
------------------------------------------------------------
---------
To unsubscribe, e-mail: slide-user-unsubscribe jakarta.apache.org
For additional commands, e-mail: slide-user-help jakarta.apache.org
|