KeystoneJS关系过滤器中的“OR”查询

时间:2016-08-04 04:26:06

标签: filter field relationship keystonejs

目前,我看到的所有示例都是:

{
   team: ':team'
}

但我需要能够按多个值($或查询)过滤

类似的东西:

winner: {
   type: Types.Relationship,
   ref: 'Team',
   filters: [
      {
        _id: ':homeTeam'
      },
      {
        _id: ':awayTeam'
      }
   ]
}

这可能吗?

1 个答案:

答案 0 :(得分:0)

请尝试以下代码:

/\.(.*)\./