Search Help

You can search the Vareos™ Web site, including user guides and developer documentation, by typing a search query into the form at the upper right-hand corner of a Vareos™ Web page and pressing the enter key. Only publicly accessible content will be searched.

To search application-specific content such as forum posts and word processing documents, you will need to log in to your account and use the application-specific search functions or account document search.

The table on the right summarizes the search query syntax. Most people will simply want to enter all of their search terms, but developers will be interested in performing more specialized queries to find specific API documentation.

Search Syntax Summary
QueryEffect
vos apiSearches for all content containing both vos and api.
vos AND apiSearches for all content containing both vos and api.
"vos javascript api"Searches for all content containing the phrase vos javascript api.
vos NOT apiSearches for all content containing the word vos and no occurrences of the word api.
vos OR vareosSearches for all content containing the word vos or the word vareos.
vos NEAR shellSearches for all content containing the word vos in close proximity to the word shell.
(vos NOT api) OR (vos NEAR example)Searches for all content containing the word vos and no occurrences of the word api or containing the word vos in close proximity to the word example. Parentheses can be used to group search queries and combine them with others via operators to create more complex queries.
vos*Searches for all content containing words starting with the prefix vos.