A StoredQuery object represents a stored query collection. It is retrieved by with the query property of the Item object.

This object lets you read and modify the query's parameters. Changes you make to the object will be reflected in the stored query next time it is read or its contents refreshed.

Property Name Return Type Description

autoupdate

bool

True if the query auto-updates when it's read, false if it has to be manually refreshed.

engine

string

Search engine the query uses. As well as the engine itself, any options it offers can also be controlled. For example, "everything,case" would use Everything in case sensitive mode.

KeywordOptions
everythingcase, wholeword, matchpath, regex, diacritics
everythingglobalcase, wholeword, matchpath, regex, diacritics
windowsnqs,noauto
opusnonames,content,nowild,regex,anywords,case,nodiacritics,nopartial,utf8

paths

Vector

A Vector of paths that the query runs against.

query

string

The query string.