I changed SemanticSearchDialog.java:530 to if (port.isInput() && SMSServices.compare(searchInType, entityInTypes) == SMSServices.COMPATIBLE)
and SemanticSearchDialog.java:555 to if (port.isOutput() && SMSServices.compare(entityOutTypes, searchOutType) == SMSServices.COMPATIBLE) Which seemed to do the trick Chris On Mon, Jul 13, 2009 at 3:36 PM, Chris Weed<chrisweed at gmail.com> wrote: > Hi Shawn, > The semantic search seems to be returning results now, but not the > correct results. > > I applied the Semantic type "Image" to the output of the "ImageReader > (Semantic)" actor, > but when I do a search for "Image" on the input, it gives me > "ImageReader (Semantic)" > as a result. > > Alternatively, if I search for "Image" on the output, it also gives me > the result > "ImageReader (Semantic)" > > That doesn't make sense. > Chris >

