dontSearch

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the dontSearch of <field> to {true | false}
Associationsfield, group, card
Summary

Specifies whether the find command skips a field, group, or card.

Introduced1.0
OSmac, windows, linux, ios, android
Platformsdesktop, server, mobile
Example
set the dontSearch of field "Label" to true
Values
NameTypeDescription
Value

The dontSearch of a field, group, or card is true or false. By default, the dontSearch property of newly created fields, groups, and cards is set to false.

RelatedKeyword: field, card
Property: sharedText
Command: find, group
Object: field, card
Glossary: command, property, group
Description

Use the dontSearch property to skip certain fields (such as label fields that contain static text), or to skip all the fields in a specified group or card, when searching with the find command.

Tagsdatabase