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?
lovefield
has the match
function for pattern matching which is similar to the SIMILAR
keyword in SQL which inturn is similar to the LIKE
keyword. Please have a look at it and see if it does the job
https://github.com/google/lovefield/blob/master/docs/spec/04_query.md