Skip to content

Commit 93b99db

Browse files
committed
LOCAL: temporarily restore what was temporary code for general matching across wild dog classes
1 parent a8ab7e8 commit 93b99db

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/java/org/ecocean/Annotation.java

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -892,6 +892,10 @@ else if (getTaxonomy(myShepherd) != null && IA.getProperty(myShepherd.getContext
892892

893893
private String getMatchingSetFilterIAClassClause(boolean filterIAClass, String iaClass) {
894894
if (!filterIAClass) return "";
895+
896+
//temporarily allow wild dog matching without iaClass
897+
if(iaClass.startsWith("wild_dog"))return "";
898+
895899
String iaClassClause = " && iaClass.equals('" + iaClass + "') ";
896900
return iaClassClause;
897901
}

0 commit comments

Comments
 (0)