Hi,

I'm trying to use an offset tag with my query, but it doesn't work.
When I try to change the offset, I always get the same results.
Can anyone check if something is wrong with my query?



<d:searchrequest xmlns:dav="DAV:" xmlns:d="DAV:"

xmlns:s="http://jakarta.apache.org/slide/";

xmlns:h="http://hippo.nl/cms/1.0";>

<d:basicsearch>

<d:select>

<d:prop>

<s:nrHits />

<h:publicatiedatum />

</d:prop>

</d:select>

<d:from>

<d:scope>

<d:href />

<d:depth>infinity</d:depth>

</d:scope>

</d:from>

<d:where>

<d:and>

<d:not-is-collection />

<d:eq>

<d:prop>

<h:type />

</d:prop>

<d:literal>artikel</d:literal>

</d:eq>

</d:and>

</d:where>

<d:orderby>

<d:order>

<d:prop>

<h:publicatiedatum />

</d:prop>

<d:descending />

</d:order>

</d:orderby>

<d:limit>

<d:nresults>50</d:nresults>

<s:offset>250</s:offset>

</d:limit>

</d:basicsearch>

</d:searchrequest>


Thanks in advance!


Wilson
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Searchable archives can be found at:
<a href="http://hippocms-dev.markmail.org/";>MarkMail</a> and <a 
href="http://www.nabble.com/Hippo-CMS-f26633.html";>Nable</a>.

Reply via email to