-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
const query: IContactQuery = {
username: searchString,
address: ''
}
const options: IQueryOptions = {
localOnly: false,
remoteOnly: false,
limit: 20,
wait: 8,
filter: QueryOptions.FilterType.NO_FILTER,
exclude: []
}
const queryId = await Textile.contacts.search(query, options)
Ideally you could have the option to just pass
const queryId = await Textile.contacts.search("Andrew")
Before close, update a tour of textile docs to reflect new sig
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels