diff --git a/artemis_sqlmap/Feature.xml b/artemis_sqlmap/Feature.xml
index 7fc60680eea12fb82455723a003db673311ce79e..1324a2c931fc0e13c4c545301e8e48ff2845d557 100644
--- a/artemis_sqlmap/Feature.xml
+++ b/artemis_sqlmap/Feature.xml
@@ -440,7 +440,7 @@
 	LEFT JOIN cvterm AS cv_fr ON cv_fr.cvterm_id=fr.type_id
 	LEFT JOIN cvterm AS cv_f  ON cv_f.cvterm_id=f.type_id
 	WHERE f.feature_id IN <iterate open="(" close=")" conjunction=","> #[]# </iterate>
-	  AND cv_f.name LIKE '%match%'
+	  AND (cv_fr.name='orthologous_to' OR cv_fr.name='paralogous_to') <!-- cv_f.name LIKE '%match%' -->
   </select>
 
   <select id="getSchema" resultClass="java.lang.String">