Skip to content

Allow filter to be a string in find method

Everett Bolton requested to merge patch/ADAPT-726 into master

Matches similar code already in adapter.js but missing in some methods (find, sortQuery, and query) for filter parameter.

Allows using filters that can't be stored in mongo, such as filters with "$or" or other logical operators.

Merge request reports