We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8ab7e8 commit 93b99dbCopy full SHA for 93b99db
src/main/java/org/ecocean/Annotation.java
@@ -892,6 +892,10 @@ else if (getTaxonomy(myShepherd) != null && IA.getProperty(myShepherd.getContext
892
893
private String getMatchingSetFilterIAClassClause(boolean filterIAClass, String iaClass) {
894
if (!filterIAClass) return "";
895
+
896
+ //temporarily allow wild dog matching without iaClass
897
+ if(iaClass.startsWith("wild_dog"))return "";
898
899
String iaClassClause = " && iaClass.equals('" + iaClass + "') ";
900
return iaClassClause;
901
}
0 commit comments