- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 12:47 PM
Hi SN Community,
We recently had a survey to our users, and some were unhappy with how catalog variables search works.
My question is if it is possible to enable wildcard / contains (*) / like search to catalog variables Reference and Select Box? We've advised the users to use the * but some is not satisfied with that, so I am asking if it's feasible.
Example:
A user is searching for Power BI and did not know to use * and also did not know that the name is BI - Power BI Reporting Services
Thank you and regards,
AAN
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2024 03:36 PM
Below helped me achieve the requirement. Thanks!
https://www.servicenow.com/community/developer-forum/how-can-i-change-the-default-search-on-a-list-c...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 08:17 PM
Hello @AAN
It depends on all the tables that are referenced in the form.
There is no OOB functionality to make wildcard work for catalog forms. The below attribute will make table searchable with wildcard. When it is applied, it works on all places. (globally)
ref_auto_completer=AJAXTableCompleter,ref_ac_columns=user_name;department,ref_ac_columns_search=true
refer:
Please mark the answer as helpful and correct if helped.
Kind Regards,
Ravi Chandra
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-24-2024 03:36 PM
Below helped me achieve the requirement. Thanks!
https://www.servicenow.com/community/developer-forum/how-can-i-change-the-default-search-on-a-list-c...