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
The .notes() method can search by name, account, password_protected, or body and this is implemented by dynamically generated predicates. It would be nice to be able to pass a predicate string directly to notes():
notes=macnotesapp.NotesApp().notes(predicate=["(plaintext contains[cd] foo) or (plaintext contains[cd] bar)"])`
The text was updated successfully, but these errors were encountered:
The
.notes()
method can search by name, account, password_protected, or body and this is implemented by dynamically generated predicates. It would be nice to be able to pass a predicate string directly tonotes()
:The text was updated successfully, but these errors were encountered: