You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@archiva.apache.org by "Olivier Lamy (JIRA)" <ji...@codehaus.org> on 2012/11/29 15:23:13 UTC

[jira] (MRM-1720) hard coded limitation of 30 for pageSize in SearchResultLimits

Olivier Lamy created MRM-1720:
---------------------------------

             Summary: hard coded limitation of 30 for pageSize in SearchResultLimits
                 Key: MRM-1720
                 URL: https://jira.codehaus.org/browse/MRM-1720
             Project: Archiva
          Issue Type: Bug
          Components: indexing
    Affects Versions: 1.4-M3, 1.4-M2, 1.4-M1
            Reporter: Olivier Lamy
            Priority: Critical


currently pageSize in SearchResultLimits is hardcoded to 30 and limited to 200.
REST services call doesn't allow to change the value.
So some rest call doesn't return all the values.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRM-1720) hard coded limitation of 30 for pageSize in SearchResultLimits

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRM-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=314644#comment-314644 ] 

Olivier Lamy commented on MRM-1720:
-----------------------------------

so we must:
* remove maximum of 200
* more parameters for REST search request with pageSize, pageIndex (currently non of those are configurable) 
                
> hard coded limitation of 30 for pageSize in SearchResultLimits
> --------------------------------------------------------------
>
>                 Key: MRM-1720
>                 URL: https://jira.codehaus.org/browse/MRM-1720
>             Project: Archiva
>          Issue Type: Bug
>          Components: indexing
>    Affects Versions: 1.4-M1, 1.4-M2, 1.4-M3
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>            Priority: Critical
>             Fix For: 1.4-M4
>
>
> currently pageSize in SearchResultLimits is hardcoded to 30 and limited to 200.
> REST services call doesn't allow to change the value.
> So some rest call doesn't return all the values.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRM-1720) hard coded limitation of 30 for pageSize in SearchResultLimits

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
    [ https://jira.codehaus.org/browse/MRM-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=314646#comment-314646 ] 

Olivier Lamy commented on MRM-1720:
-----------------------------------

hard coded 200 limit removed.
Now still need to add search rest request parameter.
I will do that later or if someone beat me.
                
> hard coded limitation of 30 for pageSize in SearchResultLimits
> --------------------------------------------------------------
>
>                 Key: MRM-1720
>                 URL: https://jira.codehaus.org/browse/MRM-1720
>             Project: Archiva
>          Issue Type: Bug
>          Components: indexing
>    Affects Versions: 1.4-M1, 1.4-M2, 1.4-M3
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>            Priority: Critical
>             Fix For: 1.4-M4
>
>
> currently pageSize in SearchResultLimits is hardcoded to 30 and limited to 200.
> REST services call doesn't allow to change the value.
> So some rest call doesn't return all the values.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRM-1720) hard coded limitation of 30 for pageSize in SearchResultLimits

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRM-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy closed MRM-1720.
-----------------------------

    Resolution: Fixed

fixed.
                
> hard coded limitation of 30 for pageSize in SearchResultLimits
> --------------------------------------------------------------
>
>                 Key: MRM-1720
>                 URL: https://jira.codehaus.org/browse/MRM-1720
>             Project: Archiva
>          Issue Type: Bug
>          Components: indexing
>    Affects Versions: 1.4-M1, 1.4-M2, 1.4-M3
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>            Priority: Critical
>             Fix For: 1.4-M4
>
>
> currently pageSize in SearchResultLimits is hardcoded to 30 and limited to 200.
> REST services call doesn't allow to change the value.
> So some rest call doesn't return all the values.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] (MRM-1720) hard coded limitation of 30 for pageSize in SearchResultLimits

Posted by "Olivier Lamy (JIRA)" <ji...@codehaus.org>.
     [ https://jira.codehaus.org/browse/MRM-1720?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Olivier Lamy updated MRM-1720:
------------------------------

    Fix Version/s: 1.4-M4
         Assignee: Olivier Lamy
    
> hard coded limitation of 30 for pageSize in SearchResultLimits
> --------------------------------------------------------------
>
>                 Key: MRM-1720
>                 URL: https://jira.codehaus.org/browse/MRM-1720
>             Project: Archiva
>          Issue Type: Bug
>          Components: indexing
>    Affects Versions: 1.4-M1, 1.4-M2, 1.4-M3
>            Reporter: Olivier Lamy
>            Assignee: Olivier Lamy
>            Priority: Critical
>             Fix For: 1.4-M4
>
>
> currently pageSize in SearchResultLimits is hardcoded to 30 and limited to 200.
> REST services call doesn't allow to change the value.
> So some rest call doesn't return all the values.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira