Skip to content

Commit

Permalink
use method from AdvancedQueryParser to access op, seperation of concerns
Browse files Browse the repository at this point in the history
  • Loading branch information
jrochkind committed Aug 17, 2010
1 parent 1b50927 commit 0529367
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/blacklight_advanced_search/dismax_query_parser.rb
Expand Up @@ -22,7 +22,7 @@ def process_query(params,config)
elsif trm == text.last
temp_arr << "#{trm}"
else
temp_arr << "#{trm} #{params[:op]}"
temp_arr << "#{trm} #{keyword_op}"
end
end

Expand Down

0 comments on commit 0529367

Please sign in to comment.