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
Describe the bug
When search:queryLanguage is set to Lucene, creating a new dashboard does not respect this setting.
To Reproduce Steps to reproduce the behavior:
Expected behavior The default language should be whatever is specified in search:queryLanguage
OpenSearch Version 2.15.0
Dashboards Version 2.15.0
Additional context
I believe I have tracked this down to "kuery" being hard-coded here:
https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L125
The text was updated successfully, but these errors were encountered:
I can reproduce it using OSD 2.13 cluster
Sorry, something went wrong.
No branches or pull requests
Describe the bug
When search:queryLanguage is set to Lucene, creating a new dashboard does not respect this setting.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The default language should be whatever is specified in search:queryLanguage
OpenSearch Version
2.15.0
Dashboards Version
2.15.0
Additional context
I believe I have tracked this down to "kuery" being hard-coded here:
https://github.com/opensearch-project/OpenSearch-Dashboards/blob/main/src/plugins/dashboard/public/saved_dashboards/saved_dashboard.ts#L125
The text was updated successfully, but these errors were encountered: