I want to place a Content Query Web Part (CQWP) into a page layout that queries for pages in the entire site collection that CONTAIN in a specific multi value managed meta data field a value from the current page (which has a single value manage meta data field).
This should be simple but it is not.
The main problem is that the CQWP for whatever reason will only allow you to query multi value managed meta data fields when the query is against a specific list.
The problem is well described here.
http://123sharepoint.ch/archives/233
I was rather hoping that someone might have more / better information on the overriding the content query web part in the manner described so I don't have to re-invent the wheel. MSDN seems to be a bit lacking in how to specify the CAML and how to wire up the equivalent of [PageFieldValue:MyFieldonthepagecontainingtheCQWP] into that query.