kotlin-client
kotlin-client
/
com.couchbase.client.kotlin.search
/
SearchSort
/
Companion
/
by
by
fun
by
(
firstSort
:
String
,
vararg
remainingSorts
:
String
)
:
SearchSort
Content copied to clipboard
fun
by
(
sorts
:
List
<
String
>
)
:
SearchSort
Content copied to clipboard
Specifies the sort order using strings. Syntax is described by
Sorting With Strings