Details
-
Bug
-
Resolution: Done
-
Major - P3
-
None
-
None
-
ALL
Description
Works as designed?
> db.foo.ensureIndex({a:"text"})
|
> db.foo.ensureIndex({b:"text"})
|
> db.foo.runCommand("text",{search:"word"})
|
{ "ok" : 0, "errmsg" : "too many text index for: test.foo" }
|
>
|
Attachments
Issue Links
- is duplicated by
-
SERVER-10925 Should forbid creating > 1 text index
-
- Closed
-