I am going thru IndexDB
or lovefield
but so far could not find way to search partial text like we do in SQL queries via LIKE
keyword. Can someone guide me how could it be achieved?
Is there any client side Db library that supports partial text search?
68 views Asked by Volatil3 At
1
lovefield
has thematch
function for pattern matching which is similar to theSIMILAR
keyword in SQL which inturn is similar to theLIKE
keyword. Please have a look at it and see if it does the jobhttps://github.com/google/lovefield/blob/master/docs/spec/04_query.md