qualifyMatchKey

open fun qualifyMatchKey(field: String, matchKey: String): String

fts5 doesn't allow WHERE column MATCH 'value' - only allows WHERE table MATCH 'column:value' This method changes the matchKey to add field: in the right places

Return

Parameters

field
matchKey