Default search in table

F_bio Santos
Kilo Sage

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:

F_bioSantos_0-1722008526085.png

F_bioSantos_1-1722008586586.png

 

1 ACCEPTED SOLUTION

Community Alums
Not applicable

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.

kyle_burns_0-1722053648795.png

 



View solution in original post

1 REPLY 1

Community Alums
Not applicable

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.

kyle_burns_0-1722053648795.png