Skip to content

Commit

Permalink
Merge pull request #508 from dkelsey/master
Browse files Browse the repository at this point in the history
removed old logic set default operator type
  • Loading branch information
Darv72 authored May 17, 2018
2 parents 2c38f1a + 551b441 commit ce38e81
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions ckanext/bcgov/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -309,9 +309,6 @@ def before_search(self, search_params):
#need to append solr param q.op to force an AND query
if 'q' in search_params:
q = search_params['q']
if q !='':
q = '{!lucene q.op=AND}' + q
search_params['q'] = q
else:
q = ''

Expand Down

0 comments on commit ce38e81

Please sign in to comment.