Skip to content

Commit

Permalink
search for text content, not test content (bug 635837)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Oct 26, 2011
1 parent e507e78 commit 573d487
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/search/views.py
Expand Up @@ -433,7 +433,7 @@ def name_query(q):

analyzer = _get_locale_analyzer()
if analyzer:
more['summary_%s__test' % analyzer] = {'query': q,
more['summary_%s__text' % analyzer] = {'query': q,
'boost': 0.6,
'type': 'phrase',
'analyzer': analyzer}
Expand Down

0 comments on commit 573d487

Please sign in to comment.