Product Search with TrueSearch 1.0 Engine
An Effective Search Solution
When you need a fast, effective search engine solution look no further than TrueSearch 1.0. It provides fast and accurate product results for your website. Customers will be able to quickly narrow down the product they are looking for by typing just a few keywords in the search box.
Easily Integrates Into Your Product Manager
TrueSearch is a PHP class that uses a MySQL database table to store an index of your products’ keywords for fast searching. When your product manager saves its information to the database, the keywords for the product being saved are sent to TrueSearch, which updates the index for that product. It’s a one line method call that’s easy to set up.
This software class, whether on disk, in read only memory, on any other media or in any other form is licensed, not sold, to you by Truecast Design Studio ("Truecast") for use only under the terms of this License, and Truecast reserves all rights not expressly granted to you. You own the right to use this class on one website for each License you buy but Truecast retains ownership of the software class itself.
Transfer: You may not rent, lease, lend, redistribute or sublicense this software class. You may, however, make a one-time permanent transfer of all of your license rights to this software class to another party, provided that you do not retain any copies of the software class, full or partial, stored locally or on a server.
What TrueSearch Is
A simple developer class that produces intelligent product search results ranked in a logical order. It provides both keyword indexing methods and also search methods.
What TrueSearch Is Not
This is not a complete site html indexing class that produces results like Google’s list of titles, links, and descriptions for results. This returns an ordered array of product IDs so you can display the products searched for in any way you want.
TrueSearch Features
Product Keyword List IndexingYour product keyword string is parsed, indexed, and ranked based on the order the keywords are entered. |
Query Spell Checking and SuggestionsDid you mean: ... Corrects common spelling mistakes and suggests keywords that will bring back useful results. |
|||
Matches Keyword Phrases and Individual KeywordsIndexes keyword phrases based on commas and also indexes all words individually, making the search flexible and robust. |
Comes with Sophisticated Database ClassTrueSearch uses a sophisticated database class used by TrueAdmin to give it simple database access and configuration. |
|||
Keyword Order RankingThe order the keywords are in your keyword field for a product will determine which products display first. |
Customizable Stop Word SupportTo save space, stop words such as “the”, “and”, or “of” don’t get indexed. Stop words are conveniently located in an array inside of the class. Add and remove any you like. |