Search Engine (how?)
-
Hi, I have basic HTML experince and would like to make a webpage with a search engine with a more detailed search result. I have made a search engine for my private website with Fluid Dynamics Search Engine v2.0.0.0073. The problem is when I search for something it brings up the results like Googl... (the word I searched for is a link with a short description below) What I would like is the following - I search for something like a serial number - If it finds the serial number it brings up a result display in a "matrix" view with other details assocoiated with the item. EXAMPLE of the results: http://www.fuelwatch.wa.gov.au/images/Search_Results.png[^] I am guessing I will need some database software other than frontpage and access. The information I have is 6 columns with 300000+ lines What software whould I need to put the DB in and what software would I need to make the query on the DB? Thanks
-
Hi, I have basic HTML experince and would like to make a webpage with a search engine with a more detailed search result. I have made a search engine for my private website with Fluid Dynamics Search Engine v2.0.0.0073. The problem is when I search for something it brings up the results like Googl... (the word I searched for is a link with a short description below) What I would like is the following - I search for something like a serial number - If it finds the serial number it brings up a result display in a "matrix" view with other details assocoiated with the item. EXAMPLE of the results: http://www.fuelwatch.wa.gov.au/images/Search_Results.png[^] I am guessing I will need some database software other than frontpage and access. The information I have is 6 columns with 300000+ lines What software whould I need to put the DB in and what software would I need to make the query on the DB? Thanks
It would probably be easier to write your own server-side search script than use a 3rd party tool. Codeproject is more oriented towards C# or VB script though. To make the query, you need a knowledge of SQL, and any database software will do such as ms sql server, mysql, or postgresql.
-
It would probably be easier to write your own server-side search script than use a 3rd party tool. Codeproject is more oriented towards C# or VB script though. To make the query, you need a knowledge of SQL, and any database software will do such as ms sql server, mysql, or postgresql.