Key questions about this property
The answers below summarize the purpose, scope, default effect, and review scenarios for this property.
| What does it do? |
This property enables or disables the natural language query search functionality for list v2 in ServiceNow. |
| What area does it affect? |
List v2 search functionality |
| What does the default mean? |
The default value is "true", which means this behavior is enabled by default. |
| When should you review it? |
Review this property when configuring search options or improving user experience in list views. |
Out of the box property record
Raw metadata from the property record.
| Property name |
com.snc.listv2.nlq.lists.enabled |
| Sys ID |
233c5f230f31101013c4032fef767e0a |
| Type |
boolean |
| Application |
Global |
| Default value |
true |
| Description |
Enable natural language query search option for list v2 |
| Updated |
2024-05-25 04:29:19 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... true, the results show incidents with critical priority that are assigned to John Smith. If the property is set to false, the results show only items assigned to John Smith. com.snc.listv2.nlq.lists.enabled • True: Enables NLQ search option for List v2 • False: Removes NLQ search option for List v2 com.snc.nlq.gai_enabled • True: The Now LLM Service fallback is available • False: ...
Context preview
Snippet 2
... you to use natural language to filter lists instead of using the condition builder. For more information on NLQ filters, see Natural Language Query . Note: When the system property com.snc.listv2.nlq.lists.enabled(com.snc.listv2.nlq.lists.enabled) is set to false, the query destructs. Text entered in the search replaces existing conditions. Application Scope of this setting's applicability. Global means that all workspaces can use this setting. ...
Related properties