[Developers] |= operator and prefixes

Scott Meyer sm at metaweb.com
Fri Apr 3 23:30:39 UTC 2009


Philip Kendall wrote:
> 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.

Looks like a bug to me, MQL-506.

-Scott


More information about the Developers mailing list