Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
たとえば、検索語 "Test" が結果の単語 "@Test" および "(Test)" と一致するようにします。
これはデフォルトで行われます。これらの文字を構成の charset_table に追加していない限り
特殊文字の直前にエスケープ文字のバックスラッシュを試しましたか。 また、sphinx API で使用可能なEscapeString関数があることも確認してください。