Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

JavaScript Boolean Search Query Builder Interface Library?

Are there any (good/usable/not ugly) JavaScript/interface libraries for managing the creation of custom boolean style queries, similar to the Google Analytics Advanced Segment interface?

Basically, a dynamic interface for query building that can be used to connect to a custom query builder on the backend (in my case, MySQL, but it needn't be database specific).

I've searched around, and haven't found anything helpful or usable.

Google Analytics Query Builder

like image 639
Yahel Avatar asked Sep 09 '25 21:09

Yahel


1 Answers

http://redquerybuilder.appspot.com/ is not pretty but aiming to be usable by non-techy people.

I should make it clear that I'm one of the authors of this project.

like image 64
salk31 Avatar answered Sep 12 '25 12:09

salk31