tusmanakhter / MigrantHub

MIT License
4 stars 3 forks source link

Fix and Improve Search #224

Closed rajee10 closed 5 years ago

rajee10 commented 5 years ago

This PR improves the functionality and UI of search. #203

To test: Run these 2 commands on mongo. db.services.createIndex( {serviceTitle: "text", serviceSummary: "text", serviceDescription: "text"}, {weights: { serviceTitle: 3, serviceSummary:2, serviceDescription:1 }})

db.events.createIndex( {eventName: "text", description: "text"}, {weights: { eventName: 2, description: 1 }})

  1. Login to Migranthub
  2. Use the search bar to search for events and/or services