Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #817 from OriHoch/816-bill-committee-meeting-bindi…
Browse files Browse the repository at this point in the history
…ng-should-not-take-so-long-to-load

fixes #816 - bill committee meeting autocomplete shouldn't take so long to load
  • Loading branch information
OriHoch committed Feb 2, 2017
2 parents 1fbe12f + 5120ba9 commit 3976472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laws/views.py
Expand Up @@ -965,7 +965,7 @@ def committee_meeting_auto_complete(request):

optional_committee_meetings = CommitteeMeeting.objects.filter(
Q(date_string__icontains=q) | Q(topics__icontains=q)
)
)[:10]

data = []
suggestions = []
Expand Down

0 comments on commit 3976472

Please sign in to comment.