I'm been searching around, and I dont understand why it is, that if I create a query for the projection and I say I want to filter a field of the returned Content Type by a Field of the current user, that no rows are returned.

If I replace the token with a hard coded value, it does work. I'm just missing some important understanding about why the token has no value.

有帮助吗?

解决方案

This is not how it works. You may use tokens in projections as long as they are not expected to vary per record. Tokens can be used if they are external data (querystring parameters, etc.) To make your scenario work, you'll have to build your own filter.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top