From 88a8e1cd556bfb7ed35410c2c02c407812d7d584 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Fri, 8 Dec 2023 15:23:55 +0100 Subject: feat: add @rawText internal tag This facilitates full-text search via: ``` anissue list --filter '@rawText /any.*text/' ``` --- app/Main.hs | 13 ------------- 1 file changed, 13 deletions(-) (limited to 'app/Main.hs') diff --git a/app/Main.hs b/app/Main.hs index c0369a1..7c0e748 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -210,19 +210,6 @@ -- @topic dependencies -- @backlog --- TODO Add fulltext search --- --- Additional to `--filter` it should be possible to search for issues --- using `--search 'some query'` using a search-engine like full text --- search. --- --- To make this fast, we could use a package like --- and make sure --- to persist the index in a local cache. --- --- @topic search --- @backlog - -- TODO Display issue type in list and show views -- -- Depending on the type of issue (TODO, FIXME, ...) there should be -- cgit v1.2.3