api7 / lua-resty-ldap

Apache License 2.0
6 stars 6 forks source link

feat: improve substring filter compiler #5

Closed bzp2010 closed 1 year ago

bzp2010 commented 1 year ago

Improving the implementation of substring filter parsing in filters, which is usually entangled with present types (i.e. pure wildcard patterns), this PR uses a new implementation to distinguish between substring and present patterns and adds test cases.