Skip to content
Snippets Groups Projects
Commit 1142c0ac authored by Kieron Taylor's avatar Kieron Taylor :angry:
Browse files

Bug fix in response to Michael Schuester's report of %SMAD binding% finding nothing.

parent 969a344b
No related branches found
No related tags found
No related merge requests found
......@@ -93,7 +93,7 @@ SELECT DISTINCT
ontology.namespace
FROM ontology
JOIN term USING (ontology_id)
JOIN synonym USING (term_id)
LEFT JOIN synonym USING (term_id)
WHERE ( term.name LIKE ? OR synonym.name LIKE ? ));
if ( defined($ontology) ) {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment