Currently, the search front-end takes results as ordered in the json file. This means that if the backend didn't previously sort them by score, the displayed top results might not actually be the best matches.
Is this what we want?
Should the front-end sort the results or assume they have been sorted already by the back-end? In all cases, this should be documented in api-design.md.
Currently, the search front-end takes results as ordered in the json file. This means that if the backend didn't previously sort them by score, the displayed top results might not actually be the best matches.
Is this what we want?
Should the front-end sort the results or assume they have been sorted already by the back-end? In all cases, this should be documented in
api-design.md
.cc @chartgerink