"lookup records"

I have a script that became outmoded with an update to Devonthink, and don’t know how to fix it.

I have a group (“RSS Feed Folder”) in my database that contains a number of RSS feeds. I want to lookup all the items in the various RSS feeds of the folder. At one point, all of these items were automatically tagged “RSS Feed Folder” so I just needed the script to say:

set theseRecords to lookup records with tags {“RSS Feed Folder”}

Please give me ideas how to make this work, now that the feed items are no longer autotagged.

Since version 2.3 groups are by default excluded from tagging. Disabling this (see File > Database Properties… panel) should fix your script.