javascriptlovefield

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


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?


Solution

  • 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