Removal of the SEARCH_SHOW_OBJECT_TYPE and SEARCH_LIMIT configuration options
This commit is contained in:
@@ -6,22 +6,6 @@ from smart_settings.api import Setting, SettingNamespace
|
||||
|
||||
namespace = SettingNamespace('dynamic_search', _(u'Searching'), module='dynamic_search.conf.settings')
|
||||
|
||||
Setting(
|
||||
namespace=namespace,
|
||||
name='SHOW_OBJECT_TYPE',
|
||||
global_name='SEARCH_SHOW_OBJECT_TYPE',
|
||||
default=True,
|
||||
hidden=True
|
||||
)
|
||||
|
||||
Setting(
|
||||
namespace=namespace,
|
||||
name='LIMIT',
|
||||
global_name='SEARCH_LIMIT',
|
||||
default=100,
|
||||
description=_(u'Maximum amount search hits to fetch and display.')
|
||||
)
|
||||
|
||||
Setting(
|
||||
namespace=namespace,
|
||||
name='RECENT_COUNT',
|
||||
|
||||
Reference in New Issue
Block a user