Skip to content

Commit

Permalink
api: use string filters for owner
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaume committed Jul 12, 2022
1 parent 8b26d43 commit 18557d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpcontribs-api/mpcontribs/api/projects/views.py
Expand Up @@ -44,7 +44,7 @@ class ProjectsResource(Resource):
"long_title": FILTERS["LONG_STRINGS"],
"authors": FILTERS["LONG_STRINGS"],
"description": FILTERS["LONG_STRINGS"],
"owner": FILTERS["LONG_STRINGS"],
"owner": FILTERS["STRINGS"],
"is_approved": [ops.Boolean],
"unique_identifiers": [ops.Boolean],
"columns": [ops.Size],
Expand Down

0 comments on commit 18557d7

Please sign in to comment.