summary refs log tree commit diff
diff options
context:
space:
mode:
-rwxr-xr-xbin/tissue3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/tissue b/bin/tissue
index e05596c..8c13114 100755
--- a/bin/tissue
+++ b/bin/tissue
@@ -185,7 +185,8 @@ Search issues using SEARCH-QUERY.
                          ((string-contains-ci query-string "is:") query-string)
                          (else (format #f "is:open AND (~a)" query-string)))
                         #:stemmer stemmer
-                        #:prefixes '(("title" . "S")
+                        #:prefixes '(("type" . "XT")
+                                     ("title" . "S")
                                      ("creator" . "A")
                                      ("last-updater" . "XA")
                                      ("updater" . "XA")