Product Search with TrueSearch 1.0 Engine

Computer

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.

$100 for One Software License    Show License
The file will be emailed to you shortly after payment is confirmed.

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.

Find the right product in milliseconds.

TrueSearch Features

Icon List Indexing
Product Keyword List Indexing
Your product keyword string is parsed, indexed, and ranked based on the order the keywords are entered.
  Icon Spell Check
Query Spell Checking and Suggestions
Did you mean: ... Corrects common spelling mistakes and suggests keywords that will bring back useful results.
Icon Keywords
Matches Keyword Phrases and Individual Keywords
Indexes keyword phrases based on commas and also indexes all words individually, making the search flexible and robust.
  Icon Keywords
Comes with Sophisticated Database Class
TrueSearch uses a sophisticated database class used by TrueAdmin to give it simple database access and configuration.
Icon Order Ranking
Keyword Order Ranking
The order the keywords are in your keyword field for a product will determine which products display first.
  Icon Keywords
Customizable Stop Word Support
To 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.