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 LIKEkeyword. Can someone guide me how could it be achieved?
Is there any client side Db library that supports partial text search?
96 views Asked by Volatil3 At
1
lovefieldhas thematchfunction for pattern matching which is similar to theSIMILARkeyword in SQL which inturn is similar to theLIKEkeyword. Please have a look at it and see if it does the jobhttps://github.com/google/lovefield/blob/master/docs/spec/04_query.md