The CreatorCon Call for Content is officially open! Get started here.

About system properties added to the Application Repository

__ __2
Tera Expert

Hi.

 

I found system properties I didn't recognize in my application repository, but I don't know what they are.
Anyone know about these?
Target system properties:
・glide.ui.text_search.enable_fallback_number_search
・glide.ui.text_search.fallback_table_list

1 ACCEPTED SOLUTION

Sai Shravan
Mega Sage

Hi @__ __2 ,

 

To enable and configure fallback number search for exact matches, follow these steps.

 

Note: Fallback number search is disabled by default. When it's enabled, if a global text search finds no exact match for a record number, the system searches a list of specified tables for matches. This additional search can make global text searches take longer, so enable fallback number search only if you need it.
 
1.To enable fallback number search, add a new system property, 
 
glide.ui.text_search.enable_fallback_number_search:

 

FieldDescription
Nameglide.ui.text_search.enable_fallback_number_search
DescriptionOption to enable fallback number search for use when global text search finds no exact matches for a record number.
Note: Fallback number search can make global text searches take longer. Enable the option only if you need it.
TypeBoolean
Default valuefalse

 

2.To configure the list of tables searched by fallback number search, add a new system property, 

 

glide.ui.text_search.fallback_table_list:

 FieldDescription
Nameglide.ui.text_search.fallback_table_list
Description

Comma-separated list of names of tables to search when performing fallback number search.

Use the special value all to search all tables that have prefixes defined in the Number [sys_number] table.
Note: Increasing the number of tables to search may increase the time required for fallback number search. Test any changes to this system property before putting them into production.
TypeString
Default valuetask,kb_knowledge

 

Please mark this as helpful and correct answer, if this helps you

Regards,
Shravan
Please mark this as helpful and correct answer, if this helps you

View solution in original post

1 REPLY 1

Sai Shravan
Mega Sage

Hi @__ __2 ,

 

To enable and configure fallback number search for exact matches, follow these steps.

 

Note: Fallback number search is disabled by default. When it's enabled, if a global text search finds no exact match for a record number, the system searches a list of specified tables for matches. This additional search can make global text searches take longer, so enable fallback number search only if you need it.
 
1.To enable fallback number search, add a new system property, 
 
glide.ui.text_search.enable_fallback_number_search:

 

FieldDescription
Nameglide.ui.text_search.enable_fallback_number_search
DescriptionOption to enable fallback number search for use when global text search finds no exact matches for a record number.
Note: Fallback number search can make global text searches take longer. Enable the option only if you need it.
TypeBoolean
Default valuefalse

 

2.To configure the list of tables searched by fallback number search, add a new system property, 

 

glide.ui.text_search.fallback_table_list:

 FieldDescription
Nameglide.ui.text_search.fallback_table_list
Description

Comma-separated list of names of tables to search when performing fallback number search.

Use the special value all to search all tables that have prefixes defined in the Number [sys_number] table.
Note: Increasing the number of tables to search may increase the time required for fallback number search. Test any changes to this system property before putting them into production.
TypeString
Default valuetask,kb_knowledge

 

Please mark this as helpful and correct answer, if this helps you

Regards,
Shravan
Please mark this as helpful and correct answer, if this helps you