From ca2919d30a9ed141b38b14e06a4cbc69f4961075 Mon Sep 17 00:00:00 2001 From: Sebastian Kuzminsky Date: Tue, 15 Jul 2025 10:26:43 -0600 Subject: [PATCH] create new issue 0f8b0c982bcfe7d5406bea58301014bc --- 0f8b0c982bcfe7d5406bea58301014bc/description | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 0f8b0c982bcfe7d5406bea58301014bc/description 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 +```