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

Sort alphabetically as final tiebreaker #4

Open
hdelva opened this issue Feb 25, 2021 · 0 comments
Open

Sort alphabetically as final tiebreaker #4

hdelva opened this issue Feb 25, 2021 · 0 comments
Assignees
Labels
autocomplete enhancement New feature or request

Comments

@hdelva
Copy link

hdelva commented Feb 25, 2021

Somewhat surprising, but we cannot sort alphabetically at the moment since all scoring is number-based. We could add string literals explicitly in the IRankedSubject interface, and use this data in the comparison function -- after the numeric scores have been handled. Unfortunately we are scoring subjects, based on a set of quads that subject appears in, so we can have several literals to sort per subject -- so which one is the most important?

@hdelva hdelva added enhancement New feature or request autocomplete labels Feb 25, 2021
@hdelva hdelva self-assigned this Feb 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autocomplete enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant