You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the review router cooper/packages/api/src/router/review.ts we are currently doing fuzzy searching for the reviews already!
But I think we can expand it. Based on your own design decision, let's add some other (single or multiple) fuseOptions (take a look in the review schema to see what you have access too).
Once this is done, let's add fuzzy searching for
companies
roles
Once again, make sure you search through meaningful keywords and aspects of their properties.
Also, I don't think we are using fuse.js to it's full capabilities. Take a look through those docs and see if we can use more of the options we have.
Conditions of Satisfaction:
Improve searching for reviews
Create new fuse searching for companies and roles
Explore the fuse.js documentation and propose some changes
The text was updated successfully, but these errors were encountered:
In the review router
cooper/packages/api/src/router/review.ts
we are currently doing fuzzy searching for the reviews already!But I think we can expand it. Based on your own design decision, let's add some other (single or multiple) fuseOptions (take a look in the review schema to see what you have access too).
Once this is done, let's add fuzzy searching for
Once again, make sure you search through meaningful keywords and aspects of their properties.
Also, I don't think we are using fuse.js to it's full capabilities. Take a look through those docs and see if we can use more of the options we have.
Conditions of Satisfaction:
The text was updated successfully, but these errors were encountered: