zebzhao / Angular-QueryBuilder

A modernized Angular 4+ query builder based on jquery QueryBuilder
MIT License
293 stars 221 forks source link

OData support #73

Open Misiu opened 5 years ago

Misiu commented 5 years ago

I was searching for query builder component and Your component is ideal. Thank You for creating it. I'd like to ask for support for OData. Ideally, Your component should allow creating filters that could be used to query OData endpoint.

Misiu commented 5 years ago

@zebzhao I've created a basic implementation that converts RuleSet into OData filter. You can take a look here. I'll try to add support for all operators and all datatypes.

I'm not an angular expert so this might not be the best way to implement this, but I hope this will help others facing the same issue.

zebzhao commented 5 years ago

Thank you for sharing this. I am not familiar with OData and have never worked with it, so thank you for taking the initiative on this issue.