buildLikeQuerySpec

open fun buildLikeQuerySpec(soupName: String, path: String, likeKey: String, orderPath: String, order: QuerySpec.Order, pageSize: Int): QuerySpec

Return a query spec for a like query

Return

Parameters

soupName
path
likeKey
orderPath
order
pageSize

open fun buildLikeQuerySpec(soupName: String, selectPaths: Array<String>, path: String, likeKey: String, orderPath: String, order: QuerySpec.Order, pageSize: Int): QuerySpec

Return a query spec for a like query

Return

Parameters

soupName
selectPaths
path
likeKey
orderPath
order
pageSize