- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2024 08:38 AM
How to modify/remove the "Search Global" text in the global search bar?
I want to edit/remove this "Search Global" text that is there by default. Is there any solution for this?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2024 12:20 PM
Hi there,
For such questions:
- 2021-05-18 - Blog - Q: Help!!! (How) can I translate this? A: Have you had a look at I18N Debugging?
And that would direct you to what @Slava Savitsky mentioned on the UI Message.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2024 12:02 PM - edited ‎07-31-2024 12:03 PM
In the Next Experience (Polaris) UI you need to set the system property glide.ui.polaris.global_search to false.
In CoreUI or UI 15 you will need to set system property glide.ui.text_search.enable to false.
Set Global Search Properties
Not sure why you would want to remove the search, if it is not satisfying the needs of the user base it can be configured to expand its usability.
Configure Global Search
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2024 12:04 PM
Open [sys_ui_message] table by navigating to System UI > Messages and create a new record with the following values:
- Key: Search {0}
- Language: English
- Message: Whatever text you want to see instead of "Search Global"
Blog: https://sys.properties | Telegram: https://t.me/sys_properties | LinkedIn: https://www.linkedin.com/in/slava-savitsky/
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-01-2024 02:12 AM
thanks @Slava Savitsky

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-31-2024 12:20 PM
Hi there,
For such questions:
- 2021-05-18 - Blog - Q: Help!!! (How) can I translate this? A: Have you had a look at I18N Debugging?
And that would direct you to what @Slava Savitsky mentioned on the UI Message.
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field