Advertisement
shopnilSS

Text Search Schema Part Node js

Jul 30th, 2021
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.  
  2.  
  3. //syntex
  4. /*schema.index({
  5.     "fieldName": 1
  6.     .....
  7. })*/
  8.  
  9. //this is a part of mode of node js
  10. hotelSchema.index({
  11.     slug: 1,
  12.     "metaData.title": 1
  13. })
  14.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement