File tree Expand file tree Collapse file tree
docs/API-Reference/search Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -107,6 +107,24 @@ enable/disable instant search
107107## isInstantSearchDisabled() ⇒ <code >boolean</code >
108108if 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
You can’t perform that action at this time.
0 commit comments