Skip to content

Commit 3d158d5

Browse files
committed
OpenConceptLab/ocl_issues#2211 | Returning 100 facets
1 parent 5d0ba98 commit 3d158d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/common/constants.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
CASCADE_DIRECTION_PARAM = 'reverse'
129129
OMIT_IF_EXISTS_IN = 'omitIfExistsIn'
130130
INCLUDE_SELF = 'includeSelf'
131-
FACET_SIZE = 20
131+
FACET_SIZE = 100
132132
ALL = '*'
133133
CANONICAL_URL_REQUEST_PARAM = 'canonicalUrl'
134134
SAME_STANDARD_CHECKSUM_ERROR = 'No changes detected. Standard checksum is same as last version.'

0 commit comments

Comments
 (0)