-
Notifications
You must be signed in to change notification settings - Fork 76
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
[Bug] Unexpected sorting results #1045
Comments
Search request of filters in ElasticsearchEngine.scala
Filter function using logarithm ApproachWe can modify the combinedwithpercentage function to sort the results to follow the decreasing order in order to filter out the results correctly, instead of considering the scalaPercentage value used in the project. cc @adpi2 |
Thanks @Santhoshmani1 for the detailed investigation of this issue. We designed the Using the So when we say that we sort by number of |
Thanks for the clarification adpi2. We can create a new function to sort the results of total contributors & commit activity to sort in descending order. The change of stars field to popularity also makes more sense. |
The issue is the same for commit activity and contributors: we don't want to have the first page full of Java projects. So should we rename those too? I am not sure. |
Current behavior
Expected Behavior
Projects with greater sorted value (stars/forks/contributors) should be higher
Extra comments
No response
Search terms
No response
The text was updated successfully, but these errors were encountered: