.

HCLSoftware Business Partner
Domino Consulting Services
CRUCIAL Notes Tools
+1 212-599-2048

Domino Consulting Services
CRUCIAL Notes Tools
Domino administration
Notes development

Facebook Twitter YouTube
Chat now       
.
ProductsDownloadsNewsAbout usContact


Need a Domino Consultant? Call NotesMail +1 212-599-2048 - HCLSoftware Business Partner

FORMULA LANGUAGE


ViewShowOnlySearchResults @Command
Shows the results of a full-text search as selected documents in a view or folder. This command is a toggle. Instead of listing only the documents that satisfy the search query (the default for a full-text search), the view or folder lists all the documents it normally lists, with a check mark in front of those documents that satisfy the search query.

Syntax

@Command( [ViewShowOnlySearchResults] )

Usage

A database must be open at the view or folder level, and a full-text search must have been run.

This command does not work on the Web.

Language cross-reference

FTSearch method of LotusScript NotesView class

FTSearch method of Java View class

See Also