Skip to content

Commit

Permalink
Fix merge reference for ‘none’ scope
Browse files Browse the repository at this point in the history
  • Loading branch information
pat committed Jul 7, 2024
1 parent 1e8a666 commit 290b731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/thinking_sphinx/active_record/base.rb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def sphinx_search_for_ids(query = nil, options = {})
end

def sphinx_search_none
merge ThinkingSphinx.search, nil, none: true
merge_search ThinkingSphinx.search, nil, none: true
end

private
Expand Down

0 comments on commit 290b731

Please sign in to comment.