Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Develop) Fuzzy Searching - Roles & Companies #126

Open
banushi-a opened this issue Feb 7, 2025 · 0 comments
Open

(Develop) Fuzzy Searching - Roles & Companies #126

banushi-a opened this issue Feb 7, 2025 · 0 comments
Assignees

Comments

@banushi-a
Copy link
Contributor

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants