hey works for me too, thanks man. thou im not sure if this was the reason or some other changes to my code, im sure i tried the action='summary' before without any luck, anyway it works.
a small trick for all you CGbloggers out there, if you have a lot of entries and/or categories you might considere parsin the blog title and category to the keys.
this is how my setup is. work great, yes there could be more soom in the admin for long key names, but hey now i can filter all comment's and make some sense out of them
{CGFeedback key1=$entry->categories[0].name key2=$entry->title key3=$entry->id policy='session'}
{CGFeedback key1=$entry->categories[0].name key2=$entry->title key3=$entry->id action='summary'}
hope it helps anyone.
