Maximum number of search queries.

AuthorFullName__c
JFrog Support
articleNumber
000001096
FirstPublishedDate
2016-09-05T14:54:54Z
lastModifiedDate
2025-05-14

Maximum number of search queries.

For REST Api/AQL search the default maximum value of results is 1000 entries.

For UI search the default maximum value of results is 500 entries.

Queries which Exceed the maximum value of entries will return results until the max value only.

To change this behavior need to modify certain properties on the $ARTIFACTORY_HOME/etc/artifactory.system.properties file:

For AQL/REST search

artifactory.search.userQueryLimit=<value>

For UI search
artifactory.search.maxResults=<value>

Please note that the “#” sign on this line if presented makes it a comment and thus should be removed.
In addition, any change on the artifactory.system.properties will require a restart of Artifactory in order for the changes to take effect.