Skip to content

Commit

Permalink
Fix free cultural works filter value for case sensitiveness
Browse files Browse the repository at this point in the history
  • Loading branch information
ffont committed Oct 15, 2024
1 parent e4b7014 commit 0942fac
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 @@ -564,7 +564,7 @@
# -------------------------------------------------------------------------------
# Search engine

FCW_FILTER_VALUE = '("attribution" OR "creative commons 0")'
FCW_FILTER_VALUE = '("Attribution" OR "Creative Commons 0")'

# Define the names of some of the indexed sound fields which are to be used later
SEARCH_SOUNDS_FIELD_ID = 'sound_id'
Expand Down

0 comments on commit 0942fac

Please sign in to comment.