- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 06:19 AM
Hello all,
As i browsed the community, i didn't find a solution to this,
We enabled ai search and set it up correctly, it works fine,
But we have an issue, where we are in the portal, and want to look for a catalog item with the 3 first characters, ai search doesn't find an item
Or if i put a word, it works fine like below
As before, we could configure it within a search source (link below), like in this article, i want to do the same request but with ai search, can anyone have an idea on how to do it ?
https://www.servicenow.com/community/now-platform-forum/service-portal-search-terms/m-p/1107385
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2022 10:54 PM
Hi Fen2,
AI Search uses a bit more complex way of searching and doesn't rely on exact text matching algorithm similar to Zing. I would suggest instead of making it work similar to Zing, you may try using " * " keyword in your query and educate the users on the available keywords to better use AI.
Query: loy - no result
New Query: loy* - result

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2022 07:12 AM - edited 12-29-2022 07:13 AM
Thanks @kamal_s , you are correct. Some more background:
This type interaction is best suited for autocomplete. If you are on Tokyo, you can use search-based autocomplete which will evaluate beginning of word matches in the title.
Generally speaking, allowing for queries like that add noise to search results and often increase latency, so adding wild cards for every query is frowned upon (occasional is ok).