© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Peter Scheler
JS enthusiast
You need to add the index to the referenced schemas. (For example: Author.index({"firstName": "text"}))
Author.index({"firstName": "text"})
Ly Nam
Still not work with ref, i tried both autoIndex with true and false too, and drop, create database too Peter Scheler
ref
autoIndex
true
false
drop
create
database
M.Z
dev
Ly Nam and Argjend you have found a solution for this case, I have been looking for a couple of days but it seems impossible to find something