Change the default search operator of a ServiceNow instance from 'Greater than or equal to' to 'Contains'.

minigupta
Kilo Contributor

Change the default search operator of a ServiceNow instance from 'Greater than or equal to' to 'Contains'.

1 ACCEPTED SOLUTION

Gurpreet07
Mega Sage

Hi Mini,



I found this on wiki


Administrators can add a property to perform a default contains search instead of a greater than search. To make this change, add the property glide.ui.goto_use_contains (it is not available by default) and set the property value to true


.Please check section 5.3 from below link


http://wiki.servicenow.com/index.php?title=Introduction_to_Searching#Using_Wildcards_with_List_Searc...


View solution in original post

2 REPLIES 2

Gurpreet07
Mega Sage

Hi Mini,



I found this on wiki


Administrators can add a property to perform a default contains search instead of a greater than search. To make this change, add the property glide.ui.goto_use_contains (it is not available by default) and set the property value to true


.Please check section 5.3 from below link


http://wiki.servicenow.com/index.php?title=Introduction_to_Searching#Using_Wildcards_with_List_Searc...


Mihir Mohanta
Kilo Sage

Hi Mini,



1.Go to sys_properties.LIST


2.Click on New button and create a new property with "glide.ui.goto_use_contains" name. Follow the below screen shot


find_real_file.png



Thanks,


Mihir