mardi 17 mars 2015

Does Lollipop changed behavior of SQLite?

Following query returns expected result on Android < 5.0



SELECT * FROM CONTACT_FTS WHERE CONTACT_DETAILS MATCH '*test*'


But on Lollipop it does not return anything


I have used FTS4 to create tables.


Is there any workaround to get in between result same as *test* , which will return me containing test in results


Aucun commentaire:

Enregistrer un commentaire