LearningProcesss / query-collection

Query collection using MongoDB query syntax.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

$regex using $in or $nin

LearningProcesss opened this issue · comments

example from MongoDB:
{ name: { $in: [ /^acme/i, /^ack/ ] } }