You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

System search properties allow SimpleOne administartors to specify the search behavior settings.


simple.search.extend_asterisk_use


search_text_service.excluded_tables

search_text_service.is_enabled

search_text_service.list_of_roles

search_text_service.matches_per_table

search_text_service.maximum_number_of_results

search_text_service.max_preview_length

Description: 

This property allows specifying a maximum length of preview items.

TypeDefault valueExample
IntegerNot defined35

search_text_service.title_length

Property nameTypeDefault valueDescriptionExample
search_text_service.is_enabledBooleanTrueEnables the text search capability.
search_text_service.excluded_tablesString[]

Specify the list of tables separated by a comma that will not appear as options when setting up the Global Text Search tables.

In the Value field, enter the names of the system tables you want to exclude.
task,task_template,common_task
search_text_service.list_of_rolesStringNot definedSpecify the comma-separated list of roles authorized to use the Global Text Search capability.incident_manager,change_manager,admin
search_text_service.matches_per_tableIntegerNot definedThe number of text search matches returned per table.7
search_text_service.maximum_number_of_resultsIntegerNot definedThe maximum number of results that can be returned after a text index search. This value limits the number of records displayed after extracting from the text index.100
search_text_service.max_preview_lengthIntegerNot definedThis property allows specifying a maximum length of preview items.35
search_text_service.title_lengthIntegerNot definedDefine the length of the search result displayed title. 65
simple.search.extend_asterisk_useBooleanTrue

This property extends asterisk usage as a wildcard symbol. Type '*' before or after keywords in the search mode to extend your search query.

To learn more about all search operators, follow the link.


  • No labels