summaryrefslogtreecommitdiff
path: root/lib/DeWeave/BO/Bookmark/Query.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/DeWeave/BO/Bookmark/Query.pm')
-rw-r--r--lib/DeWeave/BO/Bookmark/Query.pm6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/DeWeave/BO/Bookmark/Query.pm b/lib/DeWeave/BO/Bookmark/Query.pm
index 356384c..d609031 100644
--- a/lib/DeWeave/BO/Bookmark/Query.pm
+++ b/lib/DeWeave/BO/Bookmark/Query.pm
@@ -7,10 +7,14 @@ extends 'DeWeave::BO::Bookmark::Bookmark';
has folderName => (
isa => Str,
- required => 1,
+ required => 0,
is => 'ro',
);
+has '+title' => (
+ required => 0,
+);
+
has queryId => (
isa => Str,
required => 0,