devscollab/skill-board-api

Create a Search bar api Logic

Closed this issue · 9 comments

  1. Create a Search bar Api file in app -> controllers as search.js
  2. make use of regex or fuzzy logic to fetch data from the database. basically a custom query
  3. Search logic to search based on name
  4. Search logic to search based on skills

Reference - 1
Reference - 2
Reference - 3

can you assign this issue to me ?

how do i test the app locally the .env file is in .gitignore . so mongo is not connecting

how do i test the app locally the .env file is in .gitignore . so mongo is not connecting

I'm not sure if I can give you access to the main database. Can you create a test database on your own MongoDB atlas account?
If not then let us know.

ok I will create a test database then

But i would have to set up the entire database then with all details of students

@megabyte98 Send your Email at guptabhavansh@gmail.com and I will send you the connection string

hey i have implemented the name search but with skills do yo want to search with skill or based on primary and secondary?

can you please review and update is any changes required :)

I'm closing this issue. If we need some more functionality added to it, then we might reopen the issue.