2009-01-02, 23:12
hi,
My challenge is that I have no way to end up on a single movie page. If I'm searching for movie A it will have that one and all its sequels - which would be ok for the GetSearchResults. However those URLs would all link to one and the same detail page for the initial movie and all sequels (I hope this still makes sense)
So I can populate the GetSearchResults and that gives a link to the 'detail page' for every movie found but when I want to use that URL I potentially would get more than one movie.
I think this would be easier to fix if I could use a variable in my <expression>Regex comes here</expression> bit which would then look like <expression>Regex with Movietitle comes here</expression>
Problem is that I have no clue on how to sneak in the Movietitle - if it is possible at all?
Jan
My challenge is that I have no way to end up on a single movie page. If I'm searching for movie A it will have that one and all its sequels - which would be ok for the GetSearchResults. However those URLs would all link to one and the same detail page for the initial movie and all sequels (I hope this still makes sense)
So I can populate the GetSearchResults and that gives a link to the 'detail page' for every movie found but when I want to use that URL I potentially would get more than one movie.
I think this would be easier to fix if I could use a variable in my <expression>Regex comes here</expression> bit which would then look like <expression>Regex with Movietitle comes here</expression>
Problem is that I have no clue on how to sneak in the Movietitle - if it is possible at all?
Jan