<div dir="ltr">Thank you very much, I'll try it out. <div style>Perhaps it would be nice to create pull request on alkacon github repo and include this bugfix into the master, so we won't have to patch the core manually in the future releases.</div>
<div style><br></div><div style>Thank you again.</div><div style>Jakub</div></div><div class="gmail_extra"><br clear="all"><div>S pozdravem<br>Jakub Ječmínek<br>------------------------------------------------<br>NELASOFT Technologies, s.r.o.<br>
Mob: +420 604 575 772<br>E-mail: <a href="mailto:jakub.jecminek@nelasoft.cz" target="_blank">jakub.jecminek@nelasoft.cz</a><br>Web: <a href="http://www.nelasoft.cz" target="_blank">www.nelasoft.cz</a></div>
<br><br><div class="gmail_quote">2013/5/29 Carlos Merino <span dir="ltr"><<a href="mailto:carlos.merino@uva.es" target="_blank">carlos.merino@uva.es</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

  
    
  
  <div bgcolor="#FFFFFF" text="#000000">
    <div>Hello, <br>
          there is a bug in the core opencms class:
      org.opencms.search.solr.CmsSolrIndex<br>
      <br>
          you can finde this code and delete or comment rows=ROWS_MAX or
      change the if clause conditions<br>
      <br>
       // Initialize rows, offset, end and the current page.<br>
                  int rows = query.getRows() != null ?
      query.getRows().intValue() : CmsSolrQuery.DEFAULT_ROWS.intValue();<br>
                  if (!ignoreMaxRows && (rows > ROWS_MAX)) {<br>
                      //rows = ROWS_MAX; <br>
                  }<br>
      <br>
      best regards<br>
      Carlos<br>
      <br>
      El 29/05/13 09:21, Jakub Ječmínek escribió:<br>
    </div>
    <blockquote type="cite"><div><div class="h5">
      <div dir="ltr">Hello,
        <div>we are using on our site v8.list for displaying all news
          for certain year. For this we are using collector byQuery. It
          works well but it seems to display only 50 results no matter
          what I set in the rows parameter. </div>
        <div>The complete parameter(query) looks like this:</div>
        <div>fq=type:v8pressreleases&fq=parent-folders:(/shared/.content/press-releases/
          OR
          %(request.siteroot)%(link1))&fq=collector.date_prop:[1136070001000
          TO 1167605999000]&sort=collector.priority_prop desc,
          collector.date_prop desc&rows=100|createPath=%(link1).html</div>
        <div><br>
        </div>
        <div>I don't know why the rows parameter is ignored. </div>
        <div>Has anybody experienced this issue? </div>
        <div>I'll be grateful for any advice.</div>
        <div>Thanks.<br clear="all">
          <div><br>
            Jakub Ječmínek<br>
            ------------------------------------------------<br>
            NELASOFT Technologies, s.r.o.<br>
            Mob: <a href="tel:%2B420%20604%20575%20772" value="+420604575772" target="_blank">+420 604 575 772</a><br>
            E-mail: <a href="mailto:jakub.jecminek@nelasoft.cz" target="_blank">jakub.jecminek@nelasoft.cz</a><br>
            Web: <a href="http://www.nelasoft.cz" target="_blank">www.nelasoft.cz</a></div>
          <div dir="ltr"><br>
          </div>
        </div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><div class="im"><pre>_______________________________________________
This mail is sent to you from the opencms-dev mailing list
To change your list options, or to unsubscribe from the list, please visit
<a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a>



</pre>
    </div></blockquote>
    <br>
  </div>

<br>_______________________________________________<br>
This mail is sent to you from the opencms-dev mailing list<br>
To change your list options, or to unsubscribe from the list, please visit<br>
<a href="http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev" target="_blank">http://lists.opencms.org/cgi-bin/mailman/listinfo/opencms-dev</a><br>
<br>
<br>
<br>
<br></blockquote></div><br></div>