This project is superseded by the current Datawake project but is maintained here for existing users. Browser extension and backend services aimed at enhancing Internet search with domain specific knowledge, collaboration, and analysis.
Using the chrome plugin in the v0.5.1 release external links using the attribute type will not work.
fix in domain-features-partial.html line 24
<a ng-href="{{tools.link.replace('$ATTR',entities.type).replace('$VALUE',entity)}}" target="_blank">{{tools.display}}</a>
should be
<a ng-href="{{tools.link.replace('$ATTR',type).replace('$VALUE',entity)}}" target="_blank">{{tools.display}}</a>
Using the chrome plugin in the v0.5.1 release external links using the attribute type will not work.
fix in domain-features-partial.html line 24