We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22298df commit 07490b3Copy full SHA for 07490b3
lib/full_text_search/hooks/issue_query_any_searchable.rb
@@ -8,7 +8,6 @@ def sql_for_any_searchable_field(field, operator, value)
8
response = self.class.connection.select_value(
9
build_any_searchable_query(query, build_filter_condition)
10
)
11
-
12
command = Groonga::Command.find("select").new("select", {})
13
r = Groonga::Client::Response.parse(command, response)
14
if r.success?
0 commit comments