ModifyQuery: Improve typing for modifyQuery and query hints (#52326)
* ModifyQuery: Improve typing * Elasticsearch: Added `modifyQuery` method to add filters in Explore (#52313) * fixed elasticsearch `QueryFixAction` type Co-authored-by: Sven Grossmann <Svennergr@gmail.com>
This commit is contained in:
co-authored by
Sven Grossmann
parent
b2736ac1fe
commit
8ff152f98f
@@ -506,6 +506,7 @@ export interface QueryFixAction {
|
||||
type: string;
|
||||
query?: string;
|
||||
preventSubmit?: boolean;
|
||||
options?: KeyValue<string>;
|
||||
}
|
||||
|
||||
export interface QueryHint {
|
||||
|
||||
Reference in New Issue
Block a user