Creating a user-friendly Query Builder/Editor?

In my application, I need to create a user-friendly Query Builder/Editor, like this one:
68747470733a2f2f756b726275626c696b2e6769746875622e696f2f72656163742d617765736f6d652d71756572792d6275696c6465722f73637265656e73686f742e706e67

found here : User-friendly query builder for React:

Can you refer me to some plugins or code that help do it ?

Frontend:
https://querybuilder.js.org/index.html

Backend:

There are some examples / ideias to code the parse javascript => Cake search plugin in the querybuilder site:
https://querybuilder.js.org/index.html#backends
check Symfony / Laravel

1 Like