URLs from search results

Permalink
Hi,

I'm trying to create a site with a search functionality that pulls data from Apache Solr and MongoDB. I can display results using a single page and a controller. And, what I'm asked to do is display the full blog in a separate page type without explicitly declaring its subpages in the sitemap.

For example, I selected the first blog in the results, when I click its link, I want to achieve a URL like this even the page itself is not declared in the sitemap:

www.www.example.com/blog/title-of-blog-1...

...where "blog" is the blank page type.

I heard some workaround within controllers will do the trick, but I'm really at a loss where to begin with because I'm new to C5.

Any light shed on this, I will appreciate very much.



Cheers,

kenchi09