lib/evertils/common/query/simple.rb in evertils-common-0.3.3.1 vs lib/evertils/common/query/simple.rb in evertils-common-0.3.4
- old
+ new
@@ -71,9 +71,16 @@
entity = Manager::Note.instance
entity.find(name)
end
#
+ # @since 0.3.4
+ def find_note_contents(name)
+ entity = Manager::Note.instance
+ entity.find_with_contents(name)
+ end
+
+ #
# @since 0.3.1
def find_notebook(name)
entity = Manager::Notebook.instance
entity.find(name)
end
\ No newline at end of file