mistercrunch commented on a change in pull request #11675:
URL:
https://github.com/apache/incubator-superset/pull/11675#discussion_r523167173
##########
File path: superset-frontend/src/components/ListView/utils.ts
##########
@@ -78,6 +82,23 @@ export function convertFilters(fts: InternalFilter[]):
FilterValue[] {
.map(({ value, operator, id }) => ({ value, operator, id }));
}
+// convertFilters but to handle new decoded rison format
+export function convertFiltersRison(filterObj: any): FilterValue[] {
Review comment:
I think the operators names were long too, and using things like `==`
`<>` `||` would make for nicer/shorter URLs
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]