summaryrefslogtreecommitdiff
path: root/issues/i_98203ce8.cil
diff options
context:
space:
mode:
authorFrancois Marier <francois@debian.org>2008-06-29 21:52:52 +1200
committerFrancois Marier <francois@debian.org>2008-06-29 21:53:41 +1200
commit41ec963c1aace994072b6d62b20cdce5370e0e8e (patch)
tree487b4918b4ecce530f214212271382cbb801f1b2 /issues/i_98203ce8.cil
parent1893ee23dbc1f69d9dd3b03b4d28f89003762d3d (diff)
parent03a60521d41962fb3d36e8e8002e9bba51796ff6 (diff)
Merge commit 'upstream/v0.3.0'
Conflicts: bin/cil
Diffstat (limited to 'issues/i_98203ce8.cil')
-rw-r--r--issues/i_98203ce8.cil26
1 files changed, 26 insertions, 0 deletions
diff --git a/issues/i_98203ce8.cil b/issues/i_98203ce8.cil
new file mode 100644
index 0000000..f913c1f
--- /dev/null
+++ b/issues/i_98203ce8.cil
@@ -0,0 +1,26 @@
+Summary: Search and indexing should be added to help aid finding issues
+Status: New
+CreatedBy: Andrew Chilton <andychilton@gmail.com>
+AssignedTo: Andrew Chilton <andychilton@gmail.com>
+Label: Milestone-Future
+Label: Release-v0.2.1
+Label: Type-Enhancement
+Inserted: 2008-06-23T12:20:45
+Updated: 2008-06-26T11:54:39
+
+Some sort of indexing and search should be added to cil so that it is easier to
+find issues in amongst a long list of them.
+
+There have been some suggestions in the past but we want something that is
+local, doesn't have to be set up and will just create a file right there.
+
+Using it should be a matter of just searching (and the re-indexing will happen
+automatically). Here are some example commands which might be good:
+
+ # shouldn't be necessary but there should be a way to do it
+ $ cil reindex
+
+ $ cil search 'Project Blah refactoring'
+ $ cil search 'screenshot table formatting'
+
+The search should list results in either the 'summary' or 'list' view.