File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
src/core/packages/saved-objects/api-server/src Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -187,6 +187,8 @@ export interface SavedObjectsClientContract {
187187 * Performs a raw search against the saved objects indices, returning the raw Elasticsearch response
188188 * @param options {@link SavedObjectsSearchOptions } - options for the search operation
189189 * @returns the {@link SavedObjectsSearchResponse}
190+ *
191+ * @deprecated This method is experimental, please do not adopt it for production use cases yet!
190192 */
191193 search < T extends SavedObjectsRawDocSource = SavedObjectsRawDocSource , A = unknown > (
192194 options : SavedObjectsSearchOptions
Original file line number Diff line number Diff line change @@ -185,6 +185,8 @@ export interface ISavedObjectsRepository {
185185 * Performs a raw search against the saved objects indices, returning the raw Elasticsearch response
186186 * @param options {@link SavedObjectsSearchOptions } - options for the search operation
187187 * @returns the {@link SavedObjectsSearchResponse}
188+ *
189+ * @deprecated This method is experimental, please do not adopt it for production use cases yet!
188190 */
189191 search < T extends SavedObjectsRawDocSource = SavedObjectsRawDocSource , A = unknown > (
190192 options : SavedObjectsSearchOptions
You can’t perform that action at this time.
0 commit comments