- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 08:43 AM
Hi everyone, how can I change the default "type" of filter that is made in a table ? For example when I search in the "sys_user" by name the default is "greater than or is" but I want it to be "contains". Does anyone know how to solve this ?
Prints:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 09:15 PM
Hi @F_bio Santos,
You can accomplish this by doing the following:
1. Navigate to the system properties table by entering sys_properties.list in your filter navigator.
2. Create a new system property with the following values.
3. Save the system property record.
Name: glide.ui.goto_use_contains
Type: true | false
Value: true
Please note: This will apply to all tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-26-2024 09:15 PM
Hi @F_bio Santos,
You can accomplish this by doing the following:
1. Navigate to the system properties table by entering sys_properties.list in your filter navigator.
2. Create a new system property with the following values.
3. Save the system property record.
Name: glide.ui.goto_use_contains
Type: true | false
Value: true
Please note: This will apply to all tables.