16
16
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19
22
from loggerhead.controllers import TemplatedBranchView
20
23
from loggerhead import search
23
26
class SearchUI(TemplatedBranchView):
26
29
Class to output progressive search result terms.
29
32
template_path = 'loggerhead.templates.search'
31
def get_values(self, path, kwargs, response):
34
def get_values(self, h, args, kwargs, response):
33
36
Default method called from the search box as /search URL