buildMatchQuerySpec
open fun buildMatchQuerySpec(soupName: String, path: String, matchKey: String, orderPath: String, order: QuerySpec.Order, pageSize: Int): QuerySpec
Return a query spec for a match query (full-text search)
Return
Parameters
soupName
path
matchKey
orderPath
order
pageSize
open fun buildMatchQuerySpec(soupName: String, selectPaths: Array<String>, path: String, matchKey: String, orderPath: String, order: QuerySpec.Order, pageSize: Int): QuerySpec
Return a query spec for a match query (full-text search)
Return
Parameters
soupName
selectPaths
path
matchKey
orderPath
order
pageSize