Initial commit to support per page search.
This commit is contained in:
@@ -6,9 +6,6 @@ from smart_settings import Namespace
|
||||
|
||||
|
||||
namespace = Namespace(name='dynamic_search', label=_('Search'))
|
||||
setting_show_object_type = namespace.add_setting(
|
||||
global_name='SEARCH_SHOW_OBJECT_TYPE', default=False
|
||||
)
|
||||
setting_limit = namespace.add_setting(
|
||||
global_name='SEARCH_LIMIT', default=100,
|
||||
help_text=_('Maximum amount search hits to fetch and display.')
|
||||
|
||||
Reference in New Issue
Block a user