nuxt-mongoose icon indicating copy to clipboard operation
nuxt-mongoose copied to clipboard

how to index in schema or use mongoose plugins with shema via nuxt-mongoose

Open hoanghiep1x0 opened this issue 9 months ago • 1 comments

I used a hook but it doesn't seem to hit the index

 hooks(schema) {
        schema.index({ name: 'text' });
    }

hoanghiep1x0 avatar May 26 '24 08:05 hoanghiep1x0