This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
Implement fuzzy search-as-a-service for courses and instructors #131
Labels
area: api
Related to the API in general
status: confirmed
The bug has been reproduced and is confirmed
story point: 5
Significant feature added to project
type: feature request
Brand new functionality, features, pages, workflows, endpoints, etc
Milestone
Current State of Fuzzy Search
It works and seems reasonably fast somehow, but is a bit of a cobbled together mess. This is of course not entirely surprising considering it was hacked together within the span of a week. There are some weird edge cases that have come up because of how it actually works under the hood, and at this point I'm not entirely sure at first glance how to address them since the code is so poorly documented (thanks to me from two years ago).
Question
Fuzzy search will definitely be reworked—that is not really up for debate. The main decision to be made is whether to continue offering it as an
npm
package, or creating an API endpoint that encapsulates the functionality.I'm also open to any additional solutions that are none of the above or incorporate elements of both.
Analysis of SaaS
Pros
Cons
Stakeholders
@EricPedley @ap0nia @js0mmer
The text was updated successfully, but these errors were encountered: