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
Bug
I tried to merge a case by caseid, but this resulted in a strange red error message, if typed in text is not a number.
SearchSrv: failed to create query: { "query_string" : { "query" : "caseId:#5", "fields" : [ ], "use_dis_max" : true, "tie_breaker" : 0.0, "default_operator" : "or", "auto_generate_phrase_queries" : false, "max_determinized_states" : 10000, "enable_position_increments" : true, "fuzziness" : "AUTO", "fuzzy_prefix_length" : 0, "fuzzy_max_expansions" : 50, "phrase_slop" : 0, "escape" : false, "split_on_whitespace" : true, "boost" : 1.0 } }
The text was updated successfully, but these errors were encountered:
This is an issue similar to #584, fixed.
Sorry, something went wrong.
nadouani
No branches or pull requests
Request Type
Bug
Work Environment
Problem Description
I tried to merge a case by caseid, but this resulted in a strange red error message, if typed in text is not a number.
SearchSrv: failed to create query: { "query_string" : { "query" : "caseId:#5", "fields" : [ ], "use_dis_max" : true, "tie_breaker" : 0.0, "default_operator" : "or", "auto_generate_phrase_queries" : false, "max_determinized_states" : 10000, "enable_position_increments" : true, "fuzziness" : "AUTO", "fuzzy_prefix_length" : 0, "fuzzy_max_expansions" : 50, "phrase_slop" : 0, "escape" : false, "split_on_whitespace" : true, "boost" : 1.0 } }
The text was updated successfully, but these errors were encountered: