I used a hook but it doesn't seem to hit the index ```bash hooks(schema) { schema.index({ name: 'text' }); } ```
I used a hook but it doesn't seem to hit the index
hooks(schema) { schema.index({ name: 'text' }); }