feat: Track the usage of query operator (#7821)
This commit is contained in:
parent
e2a6dc3e04
commit
25c3fb3c36
@ -358,6 +358,7 @@ export default {
|
||||
applied_filters: this.appliedFilters.map(filter => ({
|
||||
key: filter.attribute_key,
|
||||
operator: filter.filter_operator,
|
||||
query_operator: filter.query_operator,
|
||||
})),
|
||||
});
|
||||
},
|
||||
|
||||
@ -325,6 +325,7 @@ export default {
|
||||
applied_filters: this.appliedFilters.map(filter => ({
|
||||
key: filter.attribute_key,
|
||||
operator: filter.filter_operator,
|
||||
query_operator: filter.query_operator,
|
||||
})),
|
||||
});
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user