-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Allow number prefix query order Ex. "1200 CS" as users tended to do this Autocomplete bug fixes along the way also included * Prettier fix * Graph ordering fix * Recompile generateAutocompleteGraph * Prioritize shorter answers so that prefixes show first * Fix some data not included in graph, CE not being included because of last name Cease * Optional prefix in <number><prefix> * 1200CS highlighting fix * Remove comments * Remove comments 2 * Redelete `scripts/generateAutocompleteGraph.js` * Comment added * Add comments to autocomplete.ts * Undefined check in bfs * Add NoDAG options to npm run dev and npm run build
- Loading branch information
Showing
6 changed files
with
271 additions
and
199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.