<div dir="ltr">plus you also need to also swap the source and the target to get all the results:<div><br></div><div><span class="Apple-style-span" style="font-family: &#39;Times New Roman&#39;; font-size: 16px; "><div style="margin-top: 0.4em; margin-right: 0.4em; margin-bottom: 0.4em; margin-left: 0.4em; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; font-family: monospace; font-size: 10pt; color: rgb(102, 102, 102); border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; white-space: nowrap; ">
<span class="js-punctuation" style="color: rgb(170, 170, 255); ">[</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">{</span><br><span class="whitespace">  </span><span class="js-string" style="color: black; ">&quot;type&quot;</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">:      </span><span class="js-string" style="color: black; ">&quot;/type/link&quot;</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">,</span><br>
<span class="whitespace">  </span><span class="js-string" style="color: black; ">&quot;target&quot;</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">: </span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">{</span><br>
<span class="whitespace">    </span><span class="js-string" style="color: black; ">&quot;guid&quot;</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">: </span><span class="js-string" style="color: black; ">&quot;#9202a8c04000641f800000000552fb38&quot;</span><br>
<span class="whitespace">  </span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">}</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">,</span><br><span class="whitespace">  </span><span class="js-string" style="color: black; ">&quot;operation&quot;</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">:</span><span class="js-atom" style="color: rgb(102, 102, 170); ">null</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">,</span><br>
<span class="whitespace">  </span><span class="js-string" style="color: black; ">&quot;*&quot;</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">:</span><span class="js-atom" style="color: rgb(102, 102, 170); ">null</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">,</span><br>
<span class="whitespace">  </span><span class="js-string" style="color: black; ">&quot;timestamp&quot;</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">: </span><span class="js-atom" style="color: rgb(102, 102, 170); ">null</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">,</span><br>
<span class="whitespace">  </span><span class="js-string" style="color: black; ">&quot;sort&quot;</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">:      </span><span class="js-string" style="color: black; ">&quot;-timestamp&quot;</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">,</span><br>
<span class="whitespace">  </span><span class="js-string" style="color: black; ">&quot;limit&quot;</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">:     </span><span class="js-atom" style="color: rgb(102, 102, 170); ">30</span><br>
<span class="js-punctuation" style="color: rgb(170, 170, 255); ">}</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">]</span><span class="js-variable" style="color: red; ">​</span></div></span><br><div class="gmail_quote">
On Tue, Jun 2, 2009 at 9:50 PM, John Giannandrea <span dir="ltr">&lt;<a href="mailto:jg@metaweb.com">jg@metaweb.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<div class="im"><br>
Iain Sproat wrote:<br>
&gt; Modifying that query slightly, I&#39;ve looked at the history for a<br>
&gt; particular deleted topic ( say this example for the List of Cheers<br>
&gt; Episodes, which I know has been deleted).  I notice that the<br>
&gt; operations for adding delete flags or for removing /wikipedia/en_id<br>
&gt; keys don&#39;t seem to be shown in the mql results<br>
<br>
</div>If you want to track value links (keys and such) dont specify the<br>
target clause.   /type/link has source, target and target_value<br>
properties.<br>
This will let you see the entire history of that object:<br>
<br>
[{<br>
   &quot;type&quot;:      &quot;/type/link&quot;,<br>
   &quot;source&quot;: {<br>
     &quot;id&quot;: &quot;/guid/9202a8c04000641f800000000552fb38&quot;<br>
   },<br>
   &quot;operation&quot;: null,<br>
   &quot;*&quot;:         null,<br>
   &quot;timestamp&quot;: null,<br>
   &quot;sort&quot;:      &quot;-timestamp&quot;<br>
<div><div></div><div class="h5">}]<br>
<br>
-jg<br>
<br>
_______________________________________________<br>
Developers mailing list<br>
<a href="mailto:Developers@freebase.com">Developers@freebase.com</a><br>
<a href="http://lists.freebase.com/mailman/listinfo/developers" target="_blank">http://lists.freebase.com/mailman/listinfo/developers</a><br>
</div></div></blockquote></div><br></div></div>