mongoosejs / mongoose-text-search

MongoDB 2.4 text search support for mongoose
154 stars 9 forks source link

Index document and a linked doc together #6

Closed srour closed 10 years ago

srour commented 10 years ago

Is there a way of indexing a document and linked document together?

For example, i have a schema "movie" with keywords in it but they are modeled as separate documents and referenced from movies. When i search i want the keyword metadata (name) to be included in the index.

Is this possible with this module?

aheckmann commented 10 years ago

What is a linked document?

Could you provide some example schemas so I can get a better idea of what you are asking?