pub fn parse_rsql(input: &str) -> Result<FilterNode, AppError>Expand description
Parse an RSQL expression string into a FilterNode tree.
Returns AppError::Validation (HTTP 422) on any parse error.
pub fn parse_rsql(input: &str) -> Result<FilterNode, AppError>Parse an RSQL expression string into a FilterNode tree.
Returns AppError::Validation (HTTP 422) on any parse error.