You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 12, 2023. It is now read-only.
get searchable notes (atoken, list of <note id>, options)
Options:
delimiter: delimiter string
as list: returns a list instead of delimited string
tokens: returns as a dict of tokens, with their count
Returns a space delimited version of the note that is designed to be indexed or searched on the client. This can be converted to a list of tokens by spliting on the spaces.
The text was updated successfully, but these errors were encountered:
Parent: #4
get searchable notes (
atoken, list of <note id>, options
)Options:
Returns a space delimited version of the note that is designed to be indexed or searched on the client. This can be converted to a list of tokens by spliting on the spaces.
The text was updated successfully, but these errors were encountered: