dabernathy89 / vue-query-builder

A UI component for building complex queries with nested conditionals.
https://dabernathy89.github.io/vue-query-builder/
MIT License
644 stars 158 forks source link

What can I do with the output? #21

Closed HarisHashim closed 6 years ago

HarisHashim commented 6 years ago

Pardon for a noob question.

What can I do with the output? Let say if I have a JSON data structure. Can you show me an example of how to filter the JSON data using query builder output?

Thanks! Haris

dabernathy89 commented 6 years ago

Hey @HarisHashim - I don't have any examples handy, actually. You would need to write custom logic to read the JSON output and convert it however you need it.

On my mental roadmap for the project, I'd like to set up a demo Laravel site that uses the query builder output and translates it to SQL. I'll update this issue if/when that happens!