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

Missing lemgrams in autocomplete #416

Open
arildm opened this issue Dec 13, 2024 · 0 comments
Open

Missing lemgrams in autocomplete #416

arildm opened this issue Dec 13, 2024 · 0 comments
Labels

Comments

@arildm
Copy link
Member

arildm commented Dec 13, 2024

The Karp backend call in the lemgram autocomplete is currently limited to 100. For some common search terms like "gå" and "ta", some common lemgrams may be buried below the limit and never returned. The sorting by frequency happens as separate step, using the Korp backend.

Some quick poking around shows that the "worst case" in terms of response size is about 200 hits (ta), so it's probably safe to remove the limit completely.

Related:

@arildm arildm added the bug label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant