jQuery QueryBuilder

https://github.com/mistic100/jQuery-QueryBuilder

QueryBuilder 是一个用于创建查询和过滤器的用户界面组件。

  • 它可用于高级搜索引擎页面、管理后台等。
  • 它可高度自定义,并可插入许多 jQuery 部件,如自动完成器、滑块和日期选择器。
  • 它能输出结构化的 JSON 规则,可轻松解析以创建 SQL/NoSQL/其他查询。
  • 此外,它还配备了一系列优秀的插件和完整的事件系统,可提供更多功能。
字符串equal等于
not equal不等于
in在xx里
not in 不在xx里
begins with 以xx开头
doesn’t begin with 不以xx开头
contains包括
doesn’t contain 不包括
ends with 以xx结尾
doesn’t end with 不以xx结尾
is empty空字符串
is not empty 非空字符串
is null
is not null非空
数字equal等于
not equal不等于
in在xx里
not in不在xx里
less小于
less or equal小于等于
greater大于
greater or equal大于等于
between在x和y之间
not between不在x和y之间
is null
is not null非空
布尔TRUE
FALSE