summaryrefslogtreecommitdiffstats
path: root/Bugzilla/Hook.pm
diff options
context:
space:
mode:
authorGervase Markham <gerv@gerv.net>2011-01-27 13:55:58 +0100
committerGervase Markham <gerv@mozilla.org>2011-01-27 13:55:58 +0100
commite237b7e7583c6e7ab35840050d8bd9ce71ac5a6f (patch)
tree2332fb520622212b28758a620f5548a3388b89e5 /Bugzilla/Hook.pm
parent2a5c9e0c4541e0c995f5b53a26e0a9ae9195c031 (diff)
downloadbugzilla-e237b7e7583c6e7ab35840050d8bd9ce71ac5a6f.tar.gz
bugzilla-e237b7e7583c6e7ab35840050d8bd9ce71ac5a6f.tar.xz
Allow extensions to alter quicksearch terms and search format. r=mkanat.
https://bugzilla.mozilla.org/show_bug.cgi?id=621878
Diffstat (limited to 'Bugzilla/Hook.pm')
-rw-r--r--Bugzilla/Hook.pm15
1 files changed, 15 insertions, 0 deletions
diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm
index de46f9a25..cf81e9c7d 100644
--- a/Bugzilla/Hook.pm
+++ b/Bugzilla/Hook.pm
@@ -1136,6 +1136,21 @@ Params:
=back
+=head2 quicksearch_map
+
+This hook allows you to alter the Quicksearch syntax to include e.g. special
+searches for custom fields you have.
+
+Params:
+
+=over
+
+=item C<map> - a hash where the key is the name you want to use in
+Quicksearch, and the value is the name from the C<fielddefs> table that you
+want it to map to. You can modify existing mappings or add new ones.
+
+=back
+
=head2 sanitycheck_check
This hook allows for extra sanity checks to be added, for use by