Vinzenz Mai: ajax

Beitrag lesen

Hallo,

$menu  =  mysql_query("SELECT * FROM prinz_deluxe WHERE MATCH (produkt) AGAINST ( '$suche' IN BOOLEAN MODE) AND Menge!='0' LIMIT 15", $db);

sowas habe ich mir doch gedacht.

Ich zitiere aus dem Handbuchkapitel zur Volltextsuche:

<zitat>
    Any word that is too short is ignored. The default minimum length of words
    that are found by full-text searches is four characters.

[...]

The minimum and maximum word length full-text parameters apply.
</zitat>

Freundliche Grüße

Vinzenz