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