LimitMatches (NotesDirectory - JavaScript)

Read-write. Indicates if the results of lookups are limited to fifty entries.

Defined in

NotesDirectory

Syntax

isLimitMatches() : boolean

setLimitMatches(flag:boolean) : void

Legal value Description
true Indicates lookups will only return the first fifty matches.
false (Default) Indicates lookups will return all matches.

Usage

This property works with the PartialMatches property to control the number of results returned by a lookup.