Copied to clipboard

Flag this post as spam?

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


  • k 256 posts 654 karma points
    Jan 10, 2017 @ 12:35
    k
    0

    create a search from scratch on umbraco 7

    Hello,

    I want to create a search from scratch on umbraco 7.

    Can someone please advise on the above.

    Thanks,

    kusum

  • Dennis Adolfi 1082 posts 6450 karma points MVP 6x c-trib
    Jan 11, 2017 @ 08:54
    Dennis Adolfi
    0

    Hi!

    Paul Seal have made a really great video/code tutorial on how to create a very simple Search function for Umbraco. Check it out here: http://www.codeshare.co.uk/blog/simple-umbraco-search-example/

    If you want to go a bit deaper and learn why it works and how to configure it, check out these two links:

    http://code-desk.com/web-development/implementation-search-umbraco-using-examine.html

    https://our.umbraco.org/documentation/reference/searching/examine/quick-start

    Best of luck to you!!

  • k 256 posts 654 karma points
    Jan 30, 2017 @ 13:39
    k
    0

    Hello Dennis,

    Thanks. I am using Simplistic search but I need to modify it to 3 select :

                                <select>
                                  <option>Family</option>
                                  <option>Scooter</option>
                                </select>
    
                                <select>
                                  <option>CC</option>
                                  <option>Less than 125cc</option>
                                  <option>More than 125cc</option>
                                </select>
    
                                <select>
                                  <option>Price</option>
                                  <option>Rs 20 000 - Rs 30 000</option>
                                </select>
    

    Will it be possible to do such search with simplistic ?

    Thanks for your reply.

    kusum

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies