search

Home  >  Q&A  >  body text

mongodb $in 排序问题

mongodb $in 排序问题?
如何按照指定的数组循序排序呢?
比如 $in:['a','b','c'] 查询出也是按a b c 这个循序
求大神指教

阿神阿神2815 days ago707

reply all(1)I'll reply

  • 为情所困

    为情所困2017-04-26 09:04:05

    You mean to use $in to search first and then sort? ?
    Then you should use aggregate

    reply
    0
  • Cancelreply