moray-filter
v1.0.0
Published
API for handling Moray-style filters
Downloads
4
Keywords
Readme
moray-filter
This repository is part of the Joyent Triton and Joyent Manta projects. See the Triton and Manta contributing guidelines and general documentation at the main [Triton] (https://github.com/joyent/triton) and Manta project pages. Do not use GitHub PRs.
Overview
API for handling Moray-style filters, which are similar to LDAP filters, but with several differences:
- Allow escaping
(
,)
,\
,=
, and*
with a backslash (\
). - Don't require parentheses around a not (
!
) filter.
This project is a fork of ldap-filter, which was originally derived from the filter code in LDAPjs.
License
MIT.