Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经阅读了 mongodb 文档并了解到您可以像这样进行全文搜索:
db.quotes.runCommand( "text", { search: "tomorrow largo" } )
但是如何在同一个集合中为两个独立的条件搜索两个独立的文本索引呢?