You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 14, 2024. It is now read-only.
I refactored a filter from using a simple string to the newer filters api and I observed different behaviours:
This was my previous code:
And that's the newer code:
opts.filter.toString()
returns the same string in both cases which looks fine to me?Still, the responses from our active directory differ. That makes me think that ldapjs does not treat both kinds of filter in the exact same way.
EDIT: If I stringify the filter in the second example myself like this
I also get a search entry back.
The text was updated successfully, but these errors were encountered: