diff --git a/content/guides/search/1-indexing.md b/content/guides/search/1-indexing.md index 6c2c08d66..a1a3ab525 100644 --- a/content/guides/search/1-indexing.md +++ b/content/guides/search/1-indexing.md @@ -17,8 +17,8 @@ Box, the search index is updated accordingly. It can take time between uploading or modifying a file for it to be fully indexed and ready to be searched. In most cases, newly added or changed files can be expected to be available via Box search -in 10 minutes. The current service load determines the index time and it may -take more than 10 minutes in some cases. +in seconds. The current service load determines the index time and it may +take more than a few seconds in some cases. diff --git a/content/guides/search/index.md b/content/guides/search/index.md index 5ea28dcb6..ff2de5917 100644 --- a/content/guides/search/index.md +++ b/content/guides/search/index.md @@ -78,7 +78,7 @@ for relevance to a human user. | | [Metadata Query API][mdq_api] | [Search API][search] | | ----------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | What is indexed? | This API only return files/folders based on the values in the metadata templates that are searched | This API returns files, folders and web links based on values in the item names, descriptions, contents (up to the first 10,000 bytes) as well as the associated metadata template instances | -| Indexing time | This API will return accurate results as soon as metadata has been added, removed, updated or deleted for a file or folder | This API is subject to a search indexing delay, which is typically 10 minutes yet may be longer in some cases. This means that items may not be returned for more than 10 minutes after metadata has been updated | +| Indexing time | This API will return accurate results as soon as metadata has been added, removed, updated or deleted for a file or folder | This API is subject to a search indexing delay, which is typically a few seconds yet may be longer in some cases. This means that items may not be returned for more than a few seconds after metadata has been updated | | Matching | This API uses exact matching based on SQL conventions. Results are returned based on a specified sort order | This API uses fuzzy matching and may return results that vary based on string tokenization, removal of special characters, and other search concepts. Result order is based on either relevance or the updated date of the item | | Conditional logic | This API supports multi-part boolean expressions with comparison operators | This API has limited support for querying by metadata. It only supports querying 1 metadata template at a time and only allows simple query operations. | | Response type | This API returns both the matched file/folder and the associated metadata matched by the query | This API only returns the matched item. A subsequent API call is needed to return each item's metadata |