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

"Display top X results" or "display all results above score Y" #17

Open
Bisaloo opened this issue Sep 12, 2024 · 2 comments
Open

"Display top X results" or "display all results above score Y" #17

Bisaloo opened this issue Sep 12, 2024 · 2 comments
Labels
question Further information is requested

Comments

@Bisaloo
Copy link
Collaborator

Bisaloo commented Sep 12, 2024

This issue follows from a point @avinashladdha has raised.

There are two options to determine the cut-off for displaying or not results:

  • Constant number of results. E.g., "always display the top 3 results". This ensures consistency in the output length but may result in output from different queries erroneously looking like the same level of relevance.
  • Fixed threshold to display results. This means that queries where many tools are relevant may return many results. Also, some testing / tweaking would be necessary to identify a good threshold value (this can be a follow up issue if we choose this option).
@chartgerink
Copy link
Member

From a usability perspective, the first option provides more consistency and clear expectations. Without any testing, this would have my preference (but my preferences are not the standard 😊).

We could try both and see what happens, as this is not costly to try out. Thanks for opening the issue to track this!

@chartgerink chartgerink added the question Further information is requested label Sep 16, 2024
@Bisaloo
Copy link
Collaborator Author

Bisaloo commented Sep 23, 2024

This was discussed today with the WHO Collaboratory team at our monthly stand up and they overall preferred not having a fixed number of results, but instead all the results above a certain threshold.

They mentioned it may be frustrating to users & developers otherwise if they are looking for a specific tool that would indeed be relevant but not in the top 5 matches.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
Status: No status
Development

No branches or pull requests

2 participants