I’m in need of a search engine

topic posted Sat, November 27, 2004 - 12:47 PM by  Richard
I'm in need of a search engine for a car lot web site I'm starting to work on. It's my mother and stepfathers car lot so I'm not really getting paid very much, so far less than $100. So I need some help finding a search engine for the site. Is there any software that I can use to make a custom search engine? Here is a link to one that is a good example of something I'd like to do fore the site. www.peachstateautomall.com/ewin...t.htm

Thanks for any help you can give, this is my first professional site.
Richard
posted by:
Richard
Georgia
  • Re: I’m in need of a search engine

    Sat, November 27, 2004 - 3:04 PM
    Something like this is actually pretty easy to implement, provided your web content is in a database and you know how to access it.

    The way I'd do it is to create a MySQL database with all the information and then create the search page. The search page could be populated by the contents of the database, even, in order to make it a little more snazzy.

    While it's not a tough thing to implement, it will take some time.

    Do you have any PHP and MySQL skills?
    • Re: I’m in need of a search engine

      Sat, November 27, 2004 - 5:51 PM
      None, I'll be doing everything in some WYSIWYG program or another. I don't even know HTML.

      Richard
      • Re: I’m in need of a search engine

        Sat, November 27, 2004 - 6:30 PM
        I hope you don't mind my being blunt, but it is unlikely you will be able to create the system you are seeking to implement.

        This is quite akin to saying, "I need a vehicle that does what the Chevy Cavalier does," and expecting to purchase a low-cost kit that can let you assemble the car and be on the road with few skills or experience.

        There are some open source (and free) software solutions that could probably be adapted to what you need, but you'll need some programming skill to do that. And hiring someone to adapt an existing tool is likely to cost the same as simply hiring someone to build what you need from the ground up.

        It might be worth your company's time and money to invest in a website that can do what you want it to. Developing web applications is not suited to everyone. Building a simple web page is easy, especially with WYSIWYG tools. But, in comparison, you're talking about a plastic model of a Chevy Cavalier versus a real, working car with an engine and all the parts that make the vehicle usable.

        If you hire someone who has the experience and tools, you could make the entire process quite painless, accomplish exactly what you need, and be able to maintain the contents of the site yourself, without having to know much (or any) HTML. And it will probably not be terribly expensive, depending on your requirements.

        For example, I could build a basic database-driven system that could achieve the basic goals you stated for around $2,500, not including the design itself.
        • Re: I’m in need of a search engine

          Sat, November 27, 2004 - 6:38 PM
          BTW, I hope you don't feel like I'm coming down hard on you. I'm not meaning to. I just want you to know what the reality of software development is.

          That said, there is one thing you likely _could_ implement, although it won't be a real data-driven search. You can use Google from within your own website and have the Google search for data. For example, you can use google to search any website by using the term site:sitename.com in the search field, where sitename.com is replaced by the domain you wish to search.

          Try it yourself! Go to Google.com and search for a phrase and put that term after the phrase, limiting your search to a particular website. You can make Google do this from within any website and requires very little skill.
  • Re: I’m in need of a search engine

    Sat, October 1, 2005 - 6:15 PM
    very easy beleive it or not... you have your form, you just need to access it in mysql (using php of course) with a query like say:

    SELECT * WHERE foo LIKE '%$foo%' AND fum LIKE '%$fum%'

    (repeat for as many fields of the database you wish you search by)

    hope that helps any, if you get stuck try the PHP Developers tribe
    • Re: I’m in need of a search engine

      Sat, October 1, 2005 - 9:05 PM
      If you are using a database-driven system, yes. But the guy isn't using anything but plain HTML and has no programming skills. Google is probably his best option, without hiring a programmer to implement a database system for him.
      • Re: I’m in need of a search engine

        Sun, October 2, 2005 - 2:31 PM
        yes, something like this should be done in php/mysql, plain html won't do it, sorry. google won't work either, if you have a database and you want people to be able to search it on your website, you'll need to hire a programmer to code a search engine for you. if you're looking to hire someone i'd be happy to do it, as would many others i'm sure. just look around til you find someone your comfortable with.
        • Unsu...
           

          Re: I’m in need of a search engine

          Sat, October 8, 2005 - 6:18 PM
          I have had the same request to me. Limited Knowledge in PHP and MySQL.

          The Solution (Shudder), is that I suggested he use Coffeecup search.

          Low Cost, It works, has the ability to fit in with the Existing Site.

          And above all...Its user friendly.

          Might help out in this situation.

          Rave
  • Re: I’m in need of a search engine

    Fri, November 4, 2005 - 5:51 AM
    On the general question of your own search engine then Nutch lucene.apache.org/nutch/ is an open source SE. reading the information about it will give you a good idea of what you are up against if you don't even know html

    Htdig www.htdig.org/ is another example if you really want to frighten yourself..

    If you want a shopping cart and search / catalog system there are a number already built that you can download for free and alter or customise.

    A search at freshmeat and sourceforge will give you a list of these. Then get a programmer to install and customise

Recent topics in "Web Standards"