We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We specify QUERY_NO_SYNTAX_ERROR but syntax error may be happen.
QUERY_NO_SYNTAX_ERROR
redmine_full_text_search/lib/full_text_search/searcher.rb
Line 13 in eaddeb1
Because mroonga_query_expand()/pgroonga_query_expand() don't use the flag.
mroonga_query_expand()
pgroonga_query_expand()
redmine_full_text_search/lib/full_text_search/mroonga.rb
Line 27 in eaddeb1
redmine_full_text_search/lib/full_text_search/pgroonga.rb
Line 19 in eaddeb1
We should specify QUERY_NO_SYNTAX_ERROR flag for mroonga_query_expand()/pgroonga_query_expand() too.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We specify
QUERY_NO_SYNTAX_ERROR
but syntax error may be happen.redmine_full_text_search/lib/full_text_search/searcher.rb
Line 13 in eaddeb1
Because
mroonga_query_expand()
/pgroonga_query_expand()
don't use the flag.redmine_full_text_search/lib/full_text_search/mroonga.rb
Line 27 in eaddeb1
redmine_full_text_search/lib/full_text_search/pgroonga.rb
Line 19 in eaddeb1
We should specify
QUERY_NO_SYNTAX_ERROR
flag formroonga_query_expand()
/pgroonga_query_expand()
too.The text was updated successfully, but these errors were encountered: