Skip to content

Multiple negations

Choose a tag to compare

@pbatey pbatey released this 13 Mar 00:12

This version now handles multiple !value negations. For instance field=!a&field=!b yields the query criteria {field:{$nin:["a","b"]}}.