We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4bf5cc commit 1abc433Copy full SHA for 1abc433
1 file changed
grails-app/services/marketplace/SearchableService.groovy
@@ -18,7 +18,9 @@ class SearchableService {
18
log.debug 'searchListings:'
19
20
21
- def ops = [types: searchCriteria.TYPES_TO_SEARCH]
+ def ops = [size: searchCriteria.max,
22
+ from: searchCriteria.offset,
23
+ types: searchCriteria.TYPES_TO_SEARCH]
24
25
def retry = true
26
0 commit comments