The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

OData::QueryParams::DBIC::FilterUtils - parse filter param

VERSION

version 0.09

SYNOPSIS

    use OData::QueryParams::DBIC::FilterUtils qw(parser);
    
    my $filter = 'Price lt 10';
    my $vars   = parser->( $filter );

METHODS

predicate

parser

parse_fragment

AUTHOR

Renee Baecker <reneeb@cpan.org>

COPYRIGHT AND LICENSE

This software is Copyright (c) 2018 by Renee Baecker.

This is free software, licensed under:

  The Artistic License 2.0 (GPL Compatible)