matteodem / meteor-easy-search

Easy-to-use search for Meteor with Blaze Components
MIT License
438 stars 68 forks source link

"namespace is too long" #642

Open stefanve opened 5 years ago

stefanve commented 5 years ago

MongoError: namespace name generated from index name "5c50994dd5ec13fbd291e333_db.coll.$field1_text__id_text_field2_text_field3_text_field4_text" is too long (127 byte max)

Only way I can get around that error is to remove some fields from the engine definition.

matteodem commented 2 years ago

Are you using the mongo text index engine?

stefanve commented 2 years ago

Are you using the mongo text index engine?

Yes. Or I did. I got around the problem by simply pre-creating the indexes with more handsome names.