numberdb / numberdb-website

Website and database builder for numberdb.org
0 stars 2 forks source link

How to order search results? #14

Open bmatschke opened 3 years ago

bmatschke commented 3 years ago

Given a search term (as input by the user in the search bar), how should we order the search results?

Currently the db-builder creates a search index, which associates to every search term (user input) a list of search results and a value for each search result. In the webpage, the search results are shown ordered by that value. Thus, what should determine the value or a search result? In the end, by what the user is looking for. This is probably:

Are there criteria that are computable? Should collection authors provide a "collection-rank" in the collection.yaml?