Skip to content

Commit

Permalink
Increase limit for channels facet
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Apr 16, 2024
1 parent d76a8c1 commit 5d6c760
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion freesound/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@
SEARCH_SOUNDS_FIELD_SAMPLERATE: {'resort_by_value_as_int': True, 'skip_value_0': True},
SEARCH_SOUNDS_FIELD_BITRATE: {'resort_by_value_as_int': True, 'skip_value_0': True},
SEARCH_SOUNDS_FIELD_BITDEPTH: {'resort_by_value_as_int': True, 'skip_value_0': True},
SEARCH_SOUNDS_FIELD_CHANNELS: {'resort_by_value_as_int': True, 'skip_value_0': True},
SEARCH_SOUNDS_FIELD_CHANNELS: {'resort_by_value_as_int': True, 'skip_value_0': True, 'limit': 10},
SEARCH_SOUNDS_FIELD_PACK_GROUPING: {'limit': 10, 'title': 'Packs'},
SEARCH_SOUNDS_FIELD_USER_NAME: {'limit': 10, 'widget': 'cloud', 'title': 'Users'},
SEARCH_SOUNDS_FIELD_TAGS: {'limit': 30, 'widget': 'cloud'},
Expand Down

0 comments on commit 5d6c760

Please sign in to comment.