次のようなものを使用して sql-searches を作成する必要があります:soundex
またはmetaphone
for android
over phonegap
。
しかし、どちらsoundex
もmetaphone
機能しません。
例:
SELECT * FROM customers WHERE soundex(surname) = soundex('Mayer');
soundex
これは、知られていないというメッセージをもたらします。
( )soundex
のようなものsoundex
を使用する方法を知っている人はいますか?phonegap
android