search

fun search(identifier: String): Note?

Searches a Note with the given identifier and returns it if found.

Return

null or a note instance if it exists

See also

Throws

if the note id from the primitives isn't valid