Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Gaurab Pradhan 2 posts 72 karma points
    Mar 15, 2016 @ 12:33
    Gaurab Pradhan
    0

    How to display search result in new page?

    Hello all, I am new to umbarco, I have installed fulltext search from Umbarco package repository. It works fine but result of search is being displayed in same place. How to display search result in new page?

  • Aristotelis Pitaridis 84 posts 402 karma points
    Mar 16, 2016 @ 09:02
    Aristotelis Pitaridis
    0

    The only thing that you have to do is to change the action of the form. For example if the content id of the search page is 1055 you can use the following code in order to display the search results in another page.

    <form action="@Umbraco.Content(1055).Url">
        <input name="search" />
        <input type="submit" value="Search" />
    </form>
    
  • Gaurab Pradhan 2 posts 72 karma points
    Mar 16, 2016 @ 11:04
    Gaurab Pradhan
    0

    Dear Aristotelis, Thanks for a response. I am really new to umbarco. I could not find the

    tag, this is the main issue for me.

Please Sign in or register to post replies

Write your reply to:

Draft