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

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -