Skip to content

Commit 4081633

Browse files
committed
chore: update docs
1 parent 23e259c commit 4081633

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/API-Reference/search/FindUtils.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,24 @@ enable/disable instant search
107107
## isInstantSearchDisabled() ⇒ <code>boolean</code>
108108
if instant search is disabled, this will return true we can only do instant search through worker
109109

110+
**Kind**: global function
111+
<a name="setIndexingSuspended"></a>
112+
113+
## setIndexingSuspended(suspended)
114+
Set whether indexing has been suspended due to cache size limit
115+
116+
**Kind**: global function
117+
118+
| Param | Type | Description |
119+
| --- | --- | --- |
120+
| suspended | <code>boolean</code> | true if indexing was suspended |
121+
122+
<a name="isIndexingSuspended"></a>
123+
124+
## isIndexingSuspended() ⇒ <code>boolean</code>
125+
Check if indexing was suspended due to cache size limit.
126+
When true, Find in Files should not perform searches.
127+
110128
**Kind**: global function
111129
<a name="isWorkerSearchInProgress"></a>
112130

0 commit comments

Comments
 (0)