com.snc.listv2.nlq.lists.append_query

ServiceNow property description:

When true (default), NLQ inputs will always append to the existing query via an "And" operator. When false, the query will destruct. NLQ inputs will replace any existing conditions.

Attributes

  • Sys ID: 87c47f800f12101013c4032fef767eba
  • Type: true | false
  • Application: Global
  • Default value: true
AI Logo

AI generated property description:

The ServiceNow property `com.snc.listv2.nlq.lists.append_query` determines whether the Natural Language Query (NLQ) feature appends the query to the existing filter conditions in list views. When enabled, this property allows users to refine their search results by adding NLQ-generated conditions to the current list filter. This can enhance the precision of search results by combining traditional filter criteria with natural language inputs. The property is particularly useful for users who need to perform complex queries without manually adjusting the filter conditions. By default, this property is set to false, meaning NLQ queries do not append to existing filters unless explicitly configured.

Source

Related property: com.snc.listv2.nlq.lists.enabled