Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //syntex
- /*schema.index({
- "fieldName": 1
- .....
- })*/
- //this is a part of mode of node js
- hotelSchema.index({
- slug: 1,
- "metaData.title": 1
- })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement