For those who want to see it in action, head over to the Mobile Edition of the Dev Blog. There are still some bugs, but it works well.
- If you perform another search on the Search Results page, you will get your new results in the default template, which is not formatted for mobile. This is even though the search form has the hidden tag of <input type="hidden" name="AltTemplate" value="mobile">
- If the search results makes it past 20, the results are paginated. If you click Next in the footer, you go to Page 2 of the results, again in the default search results template. At least I know why this is happening, it is not appending &Template=mobile to the URL. The tag <$mt:NextLink$> is not adding the Template parameter to the URL. I am just not sure how to construct the entire URL as it is made up of many parts: Base Script URL, Search Term, IncludeBlogs, Limit, Offset, and finally the part I need added, Template.


Leave a comment