]> git.openstreetmap.org Git - osqa.git/blob - forum_modules/sphinxfulltext/handlers.py
It is now possable for users to add tags like "REP_TO_VOTE_UP" to the faq page and...
[osqa.git] / forum_modules / sphinxfulltext / handlers.py
1 from forum.models import Question
2
3 def question_search(keywords):
4     return Question.search.query(keywords)