Hi there.
I have a database of 4000 video clips and every clip has an uniqe id (1-4000) in my database. On my website I use url parameters like video=13 to get to the video with id 13. I try to use Actions.getPageUrls and filter_pattern but if I use
I have a database of 4000 video clips and every clip has an uniqe id (1-4000) in my database. On my website I use url parameters like video=13 to get to the video with id 13. I try to use Actions.getPageUrls and filter_pattern but if I use
filter_pattern=13I will get all videos with 13 in the url. Like 1313, 2413, 137. So I would like to filter using
video=13&but
filter_pattern=video=13&will probably not work right?