I added the DMX module to the search results page and switched "Default View Screen" to Search.ascx. It seems to work really well except one thing:
The second line of the search result lists the collection the document is in "in My Collection Name" where the collection name is a link. The problem is that this link is broken - it points to "
http://localhost/1" for collection 1. (I am running it on my local machine so the "localhost" part is correct.) Obviously this is not a valid URL. If I reload the page without the "?Search=term" in the query string, the link is correct but having "?Search=term" in the QueryString seems to break the link every time.