benjamin-fa / ai-portal

Responsible AI Portal
0 stars 0 forks source link

Search Bar for Discussion Forum Posts (discussion-forum) #38

Closed stephen8chang closed 3 years ago

rafaykhurram commented 3 years ago

https://github.com/benjamin-fa/ai-portal/commit/45b2a5620e17a337eee7c41bede55de573ad2e87

rafaykhurram commented 3 years ago

Search works fine now. Issue was search was looking through non-string parameters from the mongoose database. It searches through the header, the text, the tags, and associate roles from the database. It does not search through the user's name since that's not a string parameter .