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 |
Related properties