Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
writeopia
/
io.writeopia.sdk.search
/
DocumentSearch
Document
Search
interface
DocumentSearch
Inheritors
DocumentRepository
Members
Functions
get
Last
Updated
At
Link copied to clipboard
abstract
suspend
fun
getLastUpdatedAt
(
userId
:
String
)
:
List
<
Document
>
search
Link copied to clipboard
abstract
suspend
fun
search
(
query
:
String
,
userId
:
String
,
companyId
:
String
?
)
:
List
<
Document
>