Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
Case closed, by implementing the query in the "ordinary" way you can get the query by calling the GetQuery() method and customize it the way you want.
{public override string GetQuery()
{
return @"select topic FROM EPiServer.Community.Forum.Topic as topic where topic['TheAttributeName'] = '" + ?? +"'";