Hi, I am using AQL to query our artifactory repository (v3.6.0), and am attempting to limit the query results via ".limit()".
When using without a limit, there is a result set of 2 records, using limit, I have to set to .limit(7) before I see both records. The unlimited query I am using: And its results: Appending a sort and limit... Query: The results: And now looking at the results, it appears to have not returned some of the properties that were set in the initial query. Any hints, pointers to what I am missing etc would be greatly appreciated. -- View this message in context: http://forums.jfrog.org/AQL-Query-Limits-tp7580422.html Sent from the Artifactory - Users mailing list archive at Nabble.com. ------------------------------------------------------------------------------ _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
