<?php /** * This script searches the ingredient names for a given string, providing * a number of matches that are equal to or close to the input value. */ namespace com\whitemagicsoftware; require "../common/php/class.AjaxIngredientSearch.php"; $ajax = new AjaxIngredientSearch(); $ajax->run();