ncbo / ontologies_api

Hypermedia API for NCBO's ontology-related projects
http://data.bioontology.org
Other
25 stars 10 forks source link

Search for short IDs fails in certain cases #134

Closed mdorf closed 5 months ago

mdorf commented 6 months ago

When you search using a short ID of a term, in some cases, you don't get the correct result back. This is because our current Solr schema field, "notation" is set up to be tokenized. So, when, say someone searches for GO:0050892, all of the results for "GO" are returned first.