Hi,
I have the DNN website installed on Oracle.
I want to be able to do a Search on the pages/links. I created a new page and dropped the Search Results module.
When I type a keyword in the default Search box, it seems to only search the Links module & return the results. It is not searching the pages.
--------------------------
In my website, I have a page called 'Report' which uses a custom Reports module. Every page on the website menu calls this Report page with a querystring (ID).
Based on the ID, the custom Reports module displays the content.
for example: http:..../home/report/tabid/241/default.aspx?ID=1 ... I have given this URL with different ID in the Link URL property for every page.
How can I do a search on such pages which are redirected to the same Report page but with different querystring ? Please help.
Thanks a lot.