Hi David,<br><br><div class="gmail_quote">On Fri, Aug 31, 2012 at 9:56 AM, 梁辰晔 <span dir="ltr"><<a href="mailto:liangchenye@gmail.com" target="_blank">liangchenye@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br><br>I think it will bring confusion to add 'afterdate'.<br>For example, <br>    list with page=1, pagesize=10, afterdate = yesterday, search=foo.<br>Your mean:<br>    the server should 1) search item=foo <br>

                             2) find page=1&pagesize=10<br>                             3) find afterdate item<br>But the first impression (for me):<br>    the server should 1) search item=foo & find afterdate item<br>

                              2) find page=1&pagesize=10<br></blockquote><div><br>I hope I understand your point correctly, but please feel free to correct me if I am mistaken. :-)<br><br>I believe the specific search method on the server side is better left to the servers. If we decide about the priority then we may provide slower or faster (or not even possible at times) functionality in certain cases. It depends on the specific instance what the optimized way is for collecting the data output.<br>
<br>As from OCS specification documentation point of view, the page and pagesize arguments are always the last parameters in the parameter list as far as I see. Hope, that would somewhat help with dismissing your confusion.<br>
  <br></div><blockquote class="gmail_quote" style="margin:0pt 0pt 0pt 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>How about add another URL to work with it<br><li>URL Arguments: ids - Ids of the requested content ids seperated by "x". </li>
</blockquote><div><br>Unfortunately, we do not know the ids for the entries that were added or modified. We would need a separate query for getting the updated items, but that requires a query (i.e. bit slower from the client point of view), and that would not allow "advanced" search either what we may need if we would like to get the updated for a filtered list.<br>
<br>Laszlo<br></div></div>