- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 04:27 AM
Good afternoon.
On a Catalog Form, there is a Reference type variable. But it gives poor search accuracy. What can be done for this?
Example, there is a choice option called Digital Marketing. To search this, we need to type left to right.
But if I type just 'Marketing', it does not come in the results. How to resolve this issue?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 05:07 AM
Got it. We need to create a new User Preference record in the User Preference table and set it to true, along with the table name. (Screenshot below)
Link: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0750081
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 04:30 AM - edited 04-21-2025 04:32 AM
Hi @AbdurRahmanSnow
You can use wild cards to search the options.
For ex: Instead of "Marketing" type "*Marketing".
Use asterisk (*) in front of the actual text.
It will give you all the dropdown/reference values that contain the word 'Marketing'.
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 04:43 AM
If you're searching the way you are currently, the system treats it functionally—meaning it looks for records where "marketing" is the first word. If there's no exact match at the beginning, it won’t return results.
💡 To search within the entire value (i.e., "contains" search), use *marketing
. This tells the system to look for any entry where the word marketing appears, regardless of its position.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2025 05:07 AM
Got it. We need to create a new User Preference record in the User Preference table and set it to true, along with the table name. (Screenshot below)
Link: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0750081