mistercrunch opened a new pull request, #34607:
URL: https://github.com/apache/superset/pull/34607

   - Add RisonFilterParser to parse f parameter with Rison syntax
   - Integrate with explore endpoint to merge filters with form_data
   - Support equality, IN, NOT, OR, comparison operators, BETWEEN, LIKE
   - Add comprehensive unit tests and documentation
   - Enable human-readable filter URLs like f=(country:USA,year:2024)
   
   Examples:
   - Simple: ?f=(country:USA)
   - Multiple: ?f=(country:USA,year:2024)
   - IN operator: ?f=(country:\!(USA,Canada))
   - NOT: ?f=(NOT:(status:inactive))
   - OR: ?f=(OR:\!(status:active,priority:high))
   - Comparisons: ?f=(sales:(gt:100000))
   - BETWEEN: ?f=(date:(between:\!(2024-01-01,2024-12-31)))
   - LIKE: ?f=(name:(like:'%smith%'))
   - Special chars: ?f=(region:'North America')
   


-- 
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.

To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscr...@superset.apache.org
For additional commands, e-mail: notifications-h...@superset.apache.org

Reply via email to