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 determines whether queries are run per table, per base class, or handled simply by GlideRecord, affecting search efficiency and results. |
| What area does it affect? |
Global text search |
| What does the default mean? |
The default value is "simple", which is the baseline setting used unless it is changed. |
| When should you review it? |
Review this property when optimizing search performance or configuring text search settings. |
Out of the box property record
Raw metadata from the property record.
| Property name |
glide.ir.query_method |
| Sys ID |
07e0a78c0a00049766d04849a84bd3cb |
| Type |
choice list |
| Application |
Global |
| Default value |
simple |
| Description |
Query method for global text search. Run a query for each table, for each base class (parent table), against a single index regardless of table (requires text index regeneration), or let GlideRecord handle the query (simple). With the Zing text search engine, the preferred value is "simple". |
| Updated |
2024-05-25 03:38:52 |
Sources
Official references and nearby text excerpts where this property appears.
Context preview
Snippet 1
... of the respective companies with which they are associated. 63 • Type: true | false • Default value: false • Location: Add the property to the System Property [sys_properties] table. glide.ir.query_method Sets the query method for global text search. Only the Simple query method is supported. • Type: choice list • Default value: simple • Location: System Properties > Global Text ...
Related properties