1 Jun 11:29
Re: Help! My DASL search not ordering results
Marco Ferretti <marco.ferretti <at> gmail.com>
2005-06-01 09:29:42 GMT
2005-06-01 09:29:42 GMT
On Wednesday 20 April 2005 12:56, Paul Hussein wrote: > I am trying to get my DASL search to order my results. > > I use this XML > > <D:searchrequest xmlns:D="DAV:"> > <D:basicsearch><D:select><D:allprop/></D:select><D:from><D:scope> > <D:href></D:href><D:depth>1</D:depth></D:scope></D:from></D:basicsearch> > <D:orderby> > <D:order> > <D:prop><D:displayname/></D:prop> > </D:order> > </D:orderby> > </D:searchrequest> > > > Can anyone tell me why my results done order on the displayname ? > > > Cheers > > Paul. > Probably is the </D:basicsearch> tag that should be moved after the </D:orderby> tag. This *should* make the <D:orderby> tag ignored . A question : wouldn't it be nice if the grammar parser could tell the end user of the <D:orderby> tag outside the <D:basicsearch> tag ? In general : since the specification says that the server MUST support the <D:basicsearch>(Continue reading)
RSS Feed