ncbo / bioportal_web_ui

A Rails application for biological ontologies
http://bioportal.bioontology.org/
Other
21 stars 2 forks source link

ontology search list on front page incomplete #109

Open graybeal opened 4 years ago

graybeal commented 4 years ago

When you go to the BioPortal home page and start entering search terms for ontologies, common strings will only return up to 20 matches. That isn't enough to find the ontology if you aren't sure of other words in it, and you can't scroll the list to see more.

Example strings: biolog, ontolog, medical.

jvendetti commented 4 years ago

The input element is currently configured to use the jquery-autocomplete plug-in, which appears to have been abandoned / retired roughly 5 years ago. Will look at potential replacements, e.g., Select2.

syphax-bouazzouni commented 1 year ago

Another possible replacement is Choices-js a lightweight, configurable select box/text input plugin. Similar to Select2 and Selectize but without the jQuery dependency (that we try to remove)

jvendetti commented 1 year ago

@syphax-bouazzouni - did you suggest Choices.js because you've adopted it in AgroPortal?

syphax-bouazzouni commented 1 year ago

In fact, since than we went to use https://tom-select.js.org/ , see https://github.com/ontoportal-lirmm/bioportal_web_ui/pull/310 for more details.

syphax-bouazzouni commented 4 months ago

related https://github.com/ncbo/bioportal_web_ui/issues/312