refs #1784: fix for websupport.

This commit is contained in:
shimizukawa 2015-06-08 15:08:22 +08:00
parent 059a74c51e
commit cf42c46beb

View File

@ -119,6 +119,10 @@ class BaseSearch(object):
"""Required by the HTML builder."""
return {}
def get_js_stemmer_rawcode(self):
"""Required by the HTML builder."""
return None
# The built-in search adapters.
SEARCH_ADAPTERS = {