Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

what is "glide.ui.can_search"?

haruna naka
Tera Contributor
Hi.
I want to know what is "glide.ui.can_search" and how can I set this function.
 
If someone knows, please let me tell.
Thanks.
1 ACCEPTED SOLUTION

Harish KM
Kilo Patron
Kilo Patron

Hi refer below

you need to go sys_properties table and find by property name

https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/administer/search-administration/task/set-global-text-search-properties.html

List of roles (comma-separated) that can use the Global Text Search capability (glide.ui.can_search)
Comma-separated list of user roles that allow access to global search. To enable global search for users with a role, add the role to this list.
  • Type: String
  • Default value: itil, text_search_admin, admin
Regards
Harish

View solution in original post

2 REPLIES 2

Harish KM
Kilo Patron
Kilo Patron

Hi refer below

you need to go sys_properties table and find by property name

https://docs.servicenow.com/en-US/bundle/sandiego-platform-administration/page/administer/search-administration/task/set-global-text-search-properties.html

List of roles (comma-separated) that can use the Global Text Search capability (glide.ui.can_search)
Comma-separated list of user roles that allow access to global search. To enable global search for users with a role, add the role to this list.
  • Type: String
  • Default value: itil, text_search_admin, admin
Regards
Harish

Thanks for your help!