KoolAutoComplete - Great PHP Ajax AutoCompleteKoolAutoComplete - Great PHP Ajax AutoCompleteFullVersion 1.5.0.0 released on 04/16/2012

Features - SeachFilter

The example requires database in order to run. Click here to install now!

Description & Sample code

KoolAutoComplete supports search filtering option. To use this feature, you need to set searchFilter property of KoolAutoComplete's instance. There are two types of search filter:

  • "startwith": KoolAutoComplete returns all items that start with user-typed text.
  • "contain":KoolAutoComplete returns all items that contain user-typed text.