umlaut Problem match against

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • umlaut Problem match against

    hallo

    ich habe folgendes Probem ich habe eine text tabelle in der ich nun nach einem bestimmten wort suche:

    PHP Code:
    SELECT text_id,text FROM text WHERE match(textagainst '+Schra*' IN BOOLEAN MODE ) AND sprach_id='D' 
    bei dieser abfrage findet er auch

    --------------------
    Schräg....
    -------------------

    1. Warum?
    2. Was kann man dagegen tun?

    PHP Code:
    SELECT text_id,text FROM text WHERE match(textagainst '+Schrä*' IN BOOLEAN MODE ) AND sprach_id='D' 
    führt allerdings zu einem leeren Ergebnis...
    <?php echo "ad astra"; ?>
    www.utopiafuture.de
Working...
X