Supported Search Types
The most common question we get is: What types of search does OneSearch support? The answer is that OneSearch supports every type of search that ServiceNow can support natively, keeping all of your data safe and secure in your ServiceNow instance, and requiring no additional costs, maintenance, or external integrations. There are 3 types of search, selectable on the searcher Section. Note that you can use whichever search works best for each Section, allowing you to mix-and-match search types within the same Searcher.
Simple: Uses a simple condition builder to build a query against a target table
If the condition includes a ‘Keywords are’ term in the query, then it utilizes the Zing search index managed by ServiceNow
If the condition does not include a ‘Keywords are’ term in the query, then it’s a normal GlideRecord query
AI Search: Uses any AI Search Context built for the AI Search index managed by ServiceNow
Scripted: Provides a server-side script box – you can do whatever you want!
Last updated