API 参考
    正在准备搜索索引...

    接口 BSONRegExpExtended

    interface BSONRegExpExtended {
        $regularExpression: { options: string; pattern: string };
    }
    索引
    $regularExpression: { options: string; pattern: string }