diff options
author | Alexander Foremny <aforemny@posteo.de> | 2023-12-13 14:48:34 +0100 |
---|---|---|
committer | Alexander Foremny <aforemny@posteo.de> | 2023-12-13 14:48:34 +0100 |
commit | b7a7ac48b457909d080ea710c6ecf69ea4efc217 (patch) | |
tree | a7e07a840d2a065248cf505017c8e8eea385edc4 /app | |
parent | ce31c7edc5c3f34464b0dacff7de7e412e3dc6f2 (diff) |
issue: reopen add-fulltext-search
Diffstat (limited to 'app')
-rw-r--r-- | app/Main.hs | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/app/Main.hs b/app/Main.hs index ebba131..ffd1c99 100644 --- a/app/Main.hs +++ b/app/Main.hs @@ -1,3 +1,16 @@ +-- 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 +-- <https://hackage.haskell.org/package/full-text-search> and make sure +-- to persist the index in a local cache. +-- +-- @topic search +-- @backlog + -- TODO Compute history from the top -- -- Currently we are computing the history from the bottom (ie. earliest commit |