Building a custom search tool with several parameters

Discussion in 'HTML & Website Design' started by Brooktroutballer, Sep 25, 2013.

  1. #1
    HI, I am wondering if anyone know how to build a custom search tool. I am having a hard time figuring out how to find info on this.
    Here is what I want:
    The ability to click a bunch of options, we'll say I want to make a search for flowers.
    This search would start with an options box with all different flower colors, so I could click I like orange or red flowers, then I could click that I live in cold climate vs warm climate
    another option might be Rocky well drained soil vs clay type soils
    Eventually after all of the options have been chosen it will bring up a result of the perfect flower according to my choices. Does this make sense? If so How do I do it? Thanks in advance!
     
    Solved! View solution.
    Brooktroutballer, Sep 25, 2013 IP
  2. Hefaistos

    Hefaistos Active Member

    Messages:
    194
    Likes Received:
    14
    Best Answers:
    9
    Trophy Points:
    63
    Digital Goods:
    1
    #2
    If you are using a CMS for your website, in most cases it will provide some own functions to help you accomplish this. Otherwise, if you are using your own script (assuming you are using PHP) , you will need to write some HTML code to get search interface, like search box, get respective categories from database with PHP and make for each of them a checkbox, a radio button or something. This is valable for any other option that you'll want for search box.
    After this, you will need to get informations from your database with SQL queries, filter them based on data sent from HTML form and display them as search results on a page.

    Or if you are using a CMS, you can simply search for a plugin that will do all this work for you :oops:.
     
    Hefaistos, Sep 27, 2013 IP
  3. Brooktroutballer

    Brooktroutballer Greenhorn

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    HI, i am using wordpress. I have been unable to find a plugin that will do the job. I am sure one exists but I can't find it. It could be that I dont know the proper keywords to use to locate it. Thanks for the reply!
     
    Brooktroutballer, Sep 27, 2013 IP
  4. #4
    Hefaistos, Sep 27, 2013 IP
  5. Brooktroutballer

    Brooktroutballer Greenhorn

    Messages:
    7
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #5
    Nice Finds, Thanks! I am sure I can make one of these work. I appreciate your insight!
     
    Brooktroutballer, Sep 27, 2013 IP