create new issue 0f8b0c982bcfe7d5406bea58301014bc
This commit is contained in:
parent
7965a0834a
commit
ca2919d30a
1 changed files with 17 additions and 0 deletions
17
0f8b0c982bcfe7d5406bea58301014bc/description
Normal file
17
0f8b0c982bcfe7d5406bea58301014bc/description
Normal file
|
|
@ -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
|
||||||
|
```
|
||||||
Loading…
Add table
Add a link
Reference in a new issue