Skip to content

Commit

Permalink
Merge pull request #64 from JeffreyMFarley/ghe-58
Browse files Browse the repository at this point in the history
Allow more characters when suggest searching
  • Loading branch information
sephcoster authored Nov 13, 2017
2 parents cbee745 + 3858f87 commit 65d982a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion complaint_search/serializer.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ class SuggestInputSerializer(serializers.Serializer):


class SuggestFilterInputSerializer(SearchInputSerializer):
text = serializers.CharField(max_length=10, required=True)
text = serializers.CharField(max_length=100, required=True)

0 comments on commit 65d982a

Please sign in to comment.