ProLoser / aggrofolio

The first dedicated Blog-folio platform
unfol.io
1 stars 0 forks source link

Blog / RSS post category matching against PostCategory #19

Open ProLoser opened 12 years ago

ProLoser commented 12 years ago

When scanning entries from an rss (specifically for blogs) the category needs to be matched.

Currently I'm just doing PostCategory->findByName() but this should be changed to a find(list), with all entries uppercased, and then checked for isset().