On a Catalog Form, there is a Reference variable. But it gives poor search accuracy. What to do?

AbdurRahmanSnow
Giga Guru

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?

AbdurRahmanSnow_0-1745234800866.png

 

1 ACCEPTED SOLUTION

AbdurRahmanSnow
Giga Guru

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

AbdurRahmanSnow_0-1745237117633.png

AbdurRahmanSnow_1-1745237190258.png

 

View solution in original post

3 REPLIES 3

J Siva
Tera Sage

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

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @AbdurRahmanSnow 

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.

 

https://www.servicenow.com/docs/bundle/yokohama-platform-administration/page/administer/search-admin...

*************************************************************************************************************
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]

****************************************************************************************************************

AbdurRahmanSnow
Giga Guru

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

AbdurRahmanSnow_0-1745237117633.png

AbdurRahmanSnow_1-1745237190258.png