From d94865b30a92be8a3a900f8d1d8262d36044b1ca Mon Sep 17 00:00:00 2001 From: Tiago Mello Date: Tue, 24 Aug 2010 18:03:20 -0300 Subject: Bug 583243: Add a new hook 'search_operator_field_override'. r/a=mkanat --- Bugzilla/Hook.pm | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'Bugzilla/Hook.pm') diff --git a/Bugzilla/Hook.pm b/Bugzilla/Hook.pm index e00289344..789ad8740 100644 --- a/Bugzilla/Hook.pm +++ b/Bugzilla/Hook.pm @@ -433,6 +433,29 @@ The definition is structured as: =back +=head2 search_operator_field_override + +This allows you to modify L, +which determines the search functions for fields. It allows you to specify +custom search functionality for certain fields. + +See L for reference and see +the code in the example extension. + +Note that the interface to this hook is B and it may change in the +future. + +Params: + +=over + +=item C - See L to get +an idea of the structure. + +=item C - The L object. + +=back + =head2 bugmail_recipients This allows you to modify the list of users who are going to be receiving -- cgit v1.2.3-24-g4f1b