diff --git a/0f8b0c982bcfe7d5406bea58301014bc/description b/0f8b0c982bcfe7d5406bea58301014bc/description new file mode 100644 index 0000000..c3e0ce5 --- /dev/null +++ b/0f8b0c982bcfe7d5406bea58301014bc/description @@ -0,0 +1,17 @@ +we need some way to search the text of issues and comments + +Is this a normal filter? Maybe `ent list text=REGEX`? + +Or maybe we want more detailed output than just a list? Showing the +actual Issue or Comment that matches. Maybe `ent search REGEX` producing +something like: +``` +$ ent search REGEX +issue: issue1 +blah blah + +issue: issue2 +blah + comment 1 + comment 2 +```