Question on filtering collection

Hi,

Let’s say you have a blog that contains categories.
On the blog entry I’m trying to display other blog entries that are in the same category.
Is that possible?

Thanks

Oh I had forgotten this but you cannot filter on a multi- reference collection. You can however filter on a single reference. It will be good enough in my case but it would be nice if we could also filter on multi-reference. This case has come up a couple of times for me.

Have you tried just adding a new collection list > link it to blog entries collection > filter by category > filter out current item to avoid showing it again ?