<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: 'Times New Roman'; 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; ">"type"</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">: </span><span class="js-string" style="color: black; ">"/type/link"</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">,</span><br>
<span class="whitespace"> </span><span class="js-string" style="color: black; ">"target"</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; ">"guid"</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">: </span><span class="js-string" style="color: black; ">"#9202a8c04000641f800000000552fb38"</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; ">"operation"</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; ">"*"</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; ">"timestamp"</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; ">"sort"</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">: </span><span class="js-string" style="color: black; ">"-timestamp"</span><span class="js-punctuation" style="color: rgb(170, 170, 255); ">,</span><br>
<span class="whitespace"> </span><span class="js-string" style="color: black; ">"limit"</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"><<a href="mailto:jg@metaweb.com">jg@metaweb.com</a>></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>
> Modifying that query slightly, I've looked at the history for a<br>
> particular deleted topic ( say this example for the List of Cheers<br>
> Episodes, which I know has been deleted). I notice that the<br>
> operations for adding delete flags or for removing /wikipedia/en_id<br>
> keys don'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>
"type": "/type/link",<br>
"source": {<br>
"id": "/guid/9202a8c04000641f800000000552fb38"<br>
},<br>
"operation": null,<br>
"*": null,<br>
"timestamp": null,<br>
"sort": "-timestamp"<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>