- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 04:31 AM
Hello All,
Is there a way to change search behavior of catalog variable(lookup/reference)?
Default search always uses "Stars With" query, I want to change it to "Contains". And is it possible to display records based on search from more than 1 column.
Thanks in advance!
Regards,
Vaibhav
Solved! Go to Solution.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 04:42 AM
- Disable the glide.ui.ref_ac.startswith system property . See Improving Auto-Complete Queries.
- Navigate to User Administration > User Preferences.
- Select the preference "'<referenced table>.autocomplete.contains"'.
- Set the value field to true.
- Log out and log back in to immediately display the updated search.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 04:33 AM
Hi,
Which can be achieved using a system property. Please check the below link.
Auto-Complete for Reference Fields - ServiceNow Wiki
Regards,
KN
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 04:36 AM
Hello Karthik Nagaramu,
Can you please point me to exact content point in the wiki link you have shared. I am only able to see about "Auto complete" feature.
Regards,
Vaibhav Desai
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 04:42 AM
- Disable the glide.ui.ref_ac.startswith system property . See Improving Auto-Complete Queries.
- Navigate to User Administration > User Preferences.
- Select the preference "'<referenced table>.autocomplete.contains"'.
- Set the value field to true.
- Log out and log back in to immediately display the updated search.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-08-2016 06:23 AM
Changing this value will effect on global level right? I want to change this only for one variable. Is there anyway of doing it.