Currently, for the gene search autocomplete, OSMP is only querying for the first ten matching gene hits from the mygene.info gene query service (the default when no value is provided to the size query parameter) with no option to allow the user to fetch additional gene hits.
This PR addresses this issue by adding a button to the gene autocomplete selectable list that allows users to fetch ten additional gene hits at a time.
Currently, for the gene search autocomplete, OSMP is only querying for the first ten matching gene hits from the mygene.info gene query service (the default when no value is provided to the
size
query parameter) with no option to allow the user to fetch additional gene hits.This PR addresses this issue by adding a button to the gene autocomplete selectable list that allows users to fetch ten additional gene hits at a time.
When there are additional gene hits to fetch:
When all genes hits have been fetched:
Closes #313