glide.ts.query.and_or_limit

ServiceNow property description:

Number of search results under which the default AND-terms query is replaced with an OR-terms query

Attributes

  • Sys ID: 0e14c97e5393120045cba9d5a11c08d0
  • Type: integer
  • Application: Global
  • Default value: 0
AI Logo

AI generated property description:

The ServiceNow property `glide.ts.query.and_or_limit` determines the threshold for switching the default search behavior from an AND-terms query to an OR-terms query. When the number of search results falls below this specified limit, the system replaces the AND-terms query with an OR-terms query to potentially increase the number of results returned. This property helps in ensuring that users receive a sufficient number of search results even when the initial AND-terms query yields too few results. The configuration of this property can be adjusted to optimize search result relevance and quantity based on specific use cases. For more detailed information, refer to the ServiceNow documentation on applying configuration to search.

Source

Related property: glide.ts.query.parallelism