Skip to content

Commit

Permalink
Fixes mindbender to fully work with new spouse example
Browse files Browse the repository at this point in the history
So we can finally grab an attractive screenshot! :)
  • Loading branch information
netj committed Feb 13, 2016
1 parent 6d34172 commit 39c08fd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/spouse/app.ddlog
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spouses_dbpedia(
sentences(
@key
@distributed_by
@references(relation="articles", column="id")
#@references(relation="articles", column="id")
doc_id text,
@key
sentence_index int,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<a mb-search-link="&quot;{{extraction.feature}}&quot;"><strong><tt>{{extraction.feature}}</tt></strong></a>

<small>feature of
<blockquote class="text-muted" deepdive-visualized-data="{_type:'has_spouse', _source: extraction.has_spouse}"></blockquote>
<blockquote class="text-muted" deepdive-visualized-data="{_type:'has_spouse', _source: extraction.has_spouse, parent:{_source:source}}"></blockquote>
</small>
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@
</span>

<small>vote for
<blockquote class="text-muted" deepdive-visualized-data="{_type:'has_spouse', _source: extraction.has_spouse}"></blockquote>
<blockquote class="text-muted" deepdive-visualized-data="{_type:'has_spouse', _source: extraction.has_spouse, parent:{_source:source}}"></blockquote>
</small>
2 changes: 1 addition & 1 deletion util/mindbender

0 comments on commit 39c08fd

Please sign in to comment.