Compare commits

..

No commits in common. "4a0c038d3d067eca8c1a8a0ee3b2567c8d3f5788" and "3d80685183336c7da73fb6d77a03621b933925db" have entirely different histories.

View file

@ -1,17 +0,0 @@
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
```