- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2023 12:19 PM
Hi,
I have a problem that if the user start typing words into a reference field, he only gets result of everything that start with instead of contains, for example:
If I have a reference field to the sys_user table, and the user will start typing 'Moses', he will only get get the users that start with Moses, but if there is a user 'Alon Moses', he wont come up in the search. How can I change the default search of the system to be Contains instead of Start with?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2023 12:21 PM
Hi there,
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0823869
Instructions
- Navigate to sys_properties table
- Search for and open glide.ui.ref_ac.startswith
- Change the value to FALSE
- Issue a cache.do
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-16-2023 12:21 PM
Hi there,
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0823869
Instructions
- Navigate to sys_properties table
- Search for and open glide.ui.ref_ac.startswith
- Change the value to FALSE
- Issue a cache.do
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-16-2023 12:39 PM
@Mark Roethof what does it mean step 4, issue a cache.do ?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-16-2023 12:40 PM - edited 07-16-2023 12:41 PM
For example: Type in the filter navigator "cache.do" + ENTER
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field