- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 01:02 AM
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
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 01:20 AM - edited 06-21-2023 01:22 AM
Hi @__ __2 ,
To enable and configure fallback number search for exact matches, follow these steps.
Field | Description |
Name | glide.ui.text_search.enable_fallback_number_search |
Description | Option 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. |
Type | Boolean |
Default value | false |
2.To configure the list of tables searched by fallback number search, add a new system property,
glide.ui.text_search.fallback_table_list:
Field | Description |
Name | glide.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. |
Type | String |
Default value | task,kb_knowledge |
Please mark this as helpful and correct answer, if this helps you
Shravan
Please mark this as helpful and correct answer, if this helps you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-21-2023 01:20 AM - edited 06-21-2023 01:22 AM
Hi @__ __2 ,
To enable and configure fallback number search for exact matches, follow these steps.
Field | Description |
Name | glide.ui.text_search.enable_fallback_number_search |
Description | Option 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. |
Type | Boolean |
Default value | false |
2.To configure the list of tables searched by fallback number search, add a new system property,
glide.ui.text_search.fallback_table_list:
Field | Description |
Name | glide.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. |
Type | String |
Default value | task,kb_knowledge |
Please mark this as helpful and correct answer, if this helps you
Shravan
Please mark this as helpful and correct answer, if this helps you