[Developers] |= operator and prefixes
Philip Kendall
philip-freebase at shadowmagic.org.uk
Fri Apr 3 21:07:43 UTC 2009
Is it deliberate that these two queries return different results?
{
"id" : null,
"id|=" : [
"/guid/9202a8c04000641f8000000005c77f08"
]
}
{
"id" : null,
"a:id|=" : [
"/guid/9202a8c04000641f8000000005c77f08"
]
}
For the lazy^Wcurious, we get /guid/9202a8c04000641f8000000005c77f08
back from the first query and /en/philip_kendall from the second. I can
sort of see why this is happening, but was definitely surprised at the
difference.
Cheers,
Phil
--
Philip Kendall <philip at shadowmagic.org.uk>
http://www.shadowmagic.org.uk/
More information about the Developers
mailing list