-
Type:
Bug
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Text Search
-
None
-
ALL
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
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" } >
- is duplicated by
-
SERVER-10925 Should forbid creating > 1 text index
-
- Closed
-