wfadams

Absent Member.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-01-15
20:49
163 views
Content Development
In content development, I created an active list with string values. I want to create a filter where its conditions are as such below:
Request Url contains string values from the Active List
Any suggestions?
Thanks for any help.
1 Reply
rhope

Fleet Admiral
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-01-19
03:44
Are you trying to find each entry from the ActiveList anywhere in the requestUrl string? If so this is going to be fairly intensive on the ESM server and isn't really the purpose for ActiveLists (I can't actually think how you would pull the whole list back). Depending on exactly what you're trying to achieve there may be ways to do what you're after using a standard filter or a velocity template. Alternatively some of these tasks are best offloaded to the connector layer using map files or external mappers