Site Search Results Page issue
Last Post 12/24/2010 10:25 AM by visa. 4 Replies.
Author Messages
visa
Nuker
Nuker
Posts:14


--
12/24/2010 7:31 AM
    Hi

    i have to change site search results pagename.

    Because my project already have the page name called searchresults.aspx for another functionality.this one is my client requirement.

    So they need site search also. here when i click sitesearch , its come to my searchresults page

    For that i created another page called sitesearchresults.aspx

    In admin / skins / Search.ascx.vb file , Execute search functionlity i changed the url.but the sitesearch results not displaying in my sitesearchresults.aspx page.

    Bec there is no searchresults module in my admin module.

    How to solve this issue.

    Can anyone help me for this?

    Thanks
    Visa.G





    Joseph Craig
    DNN MVP
    Posts:11667


    --
    12/24/2010 9:00 AM
    Editing DotNetNuke's code is ALMOST ALWAYS THE WRONG ANSWER! Seriously, DON'T do it.

    Go to Admin, Site Settings. In the Advanced Settings section, use the dropdown to specify the Search Results Page.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    visa
    Nuker
    Nuker
    Posts:14


    --
    12/24/2010 9:28 AM
    Thanks for your reply.

    I tried your method

    Admin -> Site Settings -> In the Advanced Settings section -> Search Results dropdown -> selected SiteSearchresults.aspx Page.

    now when i click site search go button its redirecting my sitesearchresults.aspx correctly.

    But the results is not throwing.

    Can you please guide me for this?


    Visa.G
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    12/24/2010 9:33 AM
    I assume that you are getting empty search results.  I would recommend that you view this tutorial:

    How to Setup and Configure the DotNetNuke Core Search


    Before you get results, you need to make sure that the site is indexed.  To do that, you must enable the indexer in the Schedule manager.

    Joe Craig, Patapsco Research Group
    Complete DNN Support
    visa
    Nuker
    Nuker
    Posts:14


    --
    12/24/2010 10:25 AM

    Thanks a lot.

    Solved my issue.

    My Heartiest wishes to you for this christmas...

    Visa






    ---