mercredi 2 septembre 2015

Use SOUNDEX function in Websql

I'm trying to include this function in a websql query, something like

"select * from products where filter like '%pname%' order by soundex(filter);"

But according to this: http://ift.tt/1zoPQdb

Soundex function is only available if sqlite was compiled with SQLITE_SOUNDEX argument, which I don't think is the case for chrome as is throwing

could not prepare statement (1 no such function: soundex)

So, my question is, is there a way to use soundex function, or at least some other similar function?

Aucun commentaire:

Enregistrer un commentaire