Is there any client side Db library that supports partial text search?

76 views Asked by At

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?

1

There are 1 answers

0
UchihaItachi On BEST ANSWER

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