Skip to content

Commit

Permalink
[Vega] Add Filter custom label for opensearchDashboardsAddFilter
Browse files Browse the repository at this point in the history
Signed-off-by: Aswath <it.aswath@gmail.com>

Co-authored-by: Josh Romero <rmerqg@amazon.com>
  • Loading branch information
aswath86 and joshuarrrr committed Mar 24, 2023
1 parent 392dd03 commit 8dbdf1b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ export class VegaBaseView {
/**
* @param {object} query Query DSL snippet, as used in the query DSL editor
* @param {string} [index] as defined in OpenSearch Dashboards, or default if missing
* @param {string} alias OpenSearch Query DSL's Custom label for opensearchDashboardsAddFilter, as used in '+ Add Filter'
* @param {string} alias OpenSearch Query DSL's custom label for `opensearchDashboardsAddFilter`, as used in '+ Add Filter'
*/
async addFilterHandler(query, index, alias) {
const indexId = await this.findIndex(Utils.handleNonStringIndex(index));
Expand Down

0 comments on commit 8dbdf1b

Please sign in to comment.