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

Add sorting matches #197

Closed
KacperFKorban opened this issue Jul 23, 2021 · 0 comments · Fixed by #210
Closed

Add sorting matches #197

KacperFKorban opened this issue Jul 23, 2021 · 0 comments · Fixed by #210
Labels
enhancement New feature or request scala3 Related to scala 3 engine
Milestone

Comments

@KacperFKorban
Copy link
Member

Currently, matches are displayed as FIFO, this should be changed so that the most relevant matches will be displayed first.
The best way would be to add a new phase after matching.
Problems can occur with:

  • Queries with too many matches
  • JS, since it work in an asynchronous way
@KacperFKorban KacperFKorban added enhancement New feature or request scala3 Related to scala 3 engine labels Jul 23, 2021
@KacperFKorban KacperFKorban added this to the 1.0.0-M3 milestone Aug 12, 2021
@KacperFKorban KacperFKorban mentioned this issue Aug 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request scala3 Related to scala 3 engine
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant