java - Parsing Odata Filter From String Using OLingo V4 -
i building service receive "query parameters" using odata syntax, instead of more familiar
?make=honda&model=pilot
the requirement accept single odata filter $filter
being passed.
?$filter='make' eq 'honda' , 'model' eq 'pilot'
i wondering if there way filteroption object via explicit query string parsing, can run filterexpressionvisitor
.
any appreciated. thanks.
Comments
Post a Comment