Skip to content

Commit

Permalink
todo
Browse files Browse the repository at this point in the history
  • Loading branch information
aniversarioperu committed Nov 12, 2014
1 parent 51b28dc commit c985126
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proyectos_de_ley/pdl/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,7 @@ def find_in_db(query):
:param query: user's keyword
:return: QuerySet object with items or string if no results were found.
"""
#TODO, remove trailing + from keywords before doing searches
keywords = query.split(" ")
with Timer() as t:
proyecto_items = Proyecto.objects.filter(
Expand Down

0 comments on commit c985126

Please sign in to comment.