@@ -283,12 +283,13 @@ run();
283
283
* [ create] ( docs/sdks/pins/README.md#create ) - Create pin
284
284
* [ remove] ( docs/sdks/pins/README.md#remove ) - Delete pin
285
285
286
- #### [ client.search] ( docs/sdks/clientsearch /README.md )
286
+ #### [ client.search] ( docs/sdks/search /README.md )
287
287
288
- * [ queryAsAdmin] ( docs/sdks/clientsearch/README.md#queryasadmin ) - Search the index (admin)
289
- * [ retrieveFeed] ( docs/sdks/clientsearch/README.md#retrievefeed ) - Feed of documents and events
290
- * [ recommendations] ( docs/sdks/clientsearch/README.md#recommendations ) - Recommend documents
291
- * [ query] ( docs/sdks/clientsearch/README.md#query ) - Search
288
+ * [ queryAsAdmin] ( docs/sdks/search/README.md#queryasadmin ) - Search the index (admin)
289
+ * [ autocomplete] ( docs/sdks/search/README.md#autocomplete ) - Autocomplete
290
+ * [ retrieveFeed] ( docs/sdks/search/README.md#retrievefeed ) - Feed of documents and events
291
+ * [ recommendations] ( docs/sdks/search/README.md#recommendations ) - Recommend documents
292
+ * [ query] ( docs/sdks/search/README.md#query ) - Search
292
293
293
294
#### [ client.shortcuts] ( docs/sdks/clientshortcuts/README.md )
294
295
@@ -370,10 +371,6 @@ run();
370
371
* [ bulkIndex] ( docs/sdks/indexingshortcuts/README.md#bulkindex ) - Bulk index external shortcuts
371
372
* [ upload] ( docs/sdks/indexingshortcuts/README.md#upload ) - Upload shortcuts
372
373
373
- ### [ search] ( docs/sdks/search/README.md )
374
-
375
- * [ autocomplete] ( docs/sdks/search/README.md#autocomplete ) - Autocomplete
376
-
377
374
</details >
378
375
<!-- End Available Resources and Operations [operations] -->
379
376
@@ -437,10 +434,11 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
437
434
- [ ` clientPinsRemove ` ] ( docs/sdks/pins/README.md#remove ) - Delete pin
438
435
- [ ` clientPinsRetrieve ` ] ( docs/sdks/pins/README.md#retrieve ) - Read pin
439
436
- [ ` clientPinsUpdate ` ] ( docs/sdks/pins/README.md#update ) - Update pin
440
- - [ ` clientSearchQuery ` ] ( docs/sdks/clientsearch/README.md#query ) - Search
441
- - [ ` clientSearchQueryAsAdmin ` ] ( docs/sdks/clientsearch/README.md#queryasadmin ) - Search the index (admin)
442
- - [ ` clientSearchRecommendations ` ] ( docs/sdks/clientsearch/README.md#recommendations ) - Recommend documents
443
- - [ ` clientSearchRetrieveFeed ` ] ( docs/sdks/clientsearch/README.md#retrievefeed ) - Feed of documents and events
437
+ - [ ` clientSearchAutocomplete ` ] ( docs/sdks/search/README.md#autocomplete ) - Autocomplete
438
+ - [ ` clientSearchQuery ` ] ( docs/sdks/search/README.md#query ) - Search
439
+ - [ ` clientSearchQueryAsAdmin ` ] ( docs/sdks/search/README.md#queryasadmin ) - Search the index (admin)
440
+ - [ ` clientSearchRecommendations ` ] ( docs/sdks/search/README.md#recommendations ) - Recommend documents
441
+ - [ ` clientSearchRetrieveFeed ` ] ( docs/sdks/search/README.md#retrievefeed ) - Feed of documents and events
444
442
- [ ` clientShortcutsCreate ` ] ( docs/sdks/clientshortcuts/README.md#create ) - Create shortcut
445
443
- [ ` clientShortcutsDelete ` ] ( docs/sdks/clientshortcuts/README.md#delete ) - Delete shortcut
446
444
- [ ` clientShortcutsList ` ] ( docs/sdks/clientshortcuts/README.md#list ) - List shortcuts
@@ -487,7 +485,6 @@ To read more about standalone functions, check [FUNCTIONS.md](./FUNCTIONS.md).
487
485
- [ ` indexingPermissionsUpdatePermissions ` ] ( docs/sdks/permissions/README.md#updatepermissions ) - Update document permissions
488
486
- [ ` indexingShortcutsBulkIndex ` ] ( docs/sdks/indexingshortcuts/README.md#bulkindex ) - Bulk index external shortcuts
489
487
- [ ` indexingShortcutsUpload ` ] ( docs/sdks/indexingshortcuts/README.md#upload ) - Upload shortcuts
490
- - [ ` searchAutocomplete ` ] ( docs/sdks/search/README.md#autocomplete ) - Autocomplete
491
488
- ~~ [ ` indexingDocumentsCount ` ] ( docs/sdks/indexingdocuments/README.md#count ) ~~ - Get document count :warning : ** Deprecated**
492
489
- ~~ [ ` indexingDocumentsStatus ` ] ( docs/sdks/indexingdocuments/README.md#status ) ~~ - Get document upload and indexing status :warning : ** Deprecated**
493
490
- ~~ [ ` indexingPeopleCount ` ] ( docs/sdks/people/README.md#count ) ~~ - Get user count :warning : ** Deprecated**
@@ -562,10 +559,11 @@ To learn about this feature and how to get started, check
562
559
- [ ` useClientPinsRemoveMutation ` ] ( docs/sdks/pins/README.md#remove ) - Delete pin
563
560
- [ ` useClientPinsRetrieveMutation ` ] ( docs/sdks/pins/README.md#retrieve ) - Read pin
564
561
- [ ` useClientPinsUpdateMutation ` ] ( docs/sdks/pins/README.md#update ) - Update pin
565
- - [ ` useClientSearchQueryAsAdminMutation ` ] ( docs/sdks/clientsearch/README.md#queryasadmin ) - Search the index (admin)
566
- - [ ` useClientSearchQueryMutation ` ] ( docs/sdks/clientsearch/README.md#query ) - Search
567
- - [ ` useClientSearchRecommendationsMutation ` ] ( docs/sdks/clientsearch/README.md#recommendations ) - Recommend documents
568
- - [ ` useClientSearchRetrieveFeedMutation ` ] ( docs/sdks/clientsearch/README.md#retrievefeed ) - Feed of documents and events
562
+ - [ ` useClientSearchAutocompleteMutation ` ] ( docs/sdks/search/README.md#autocomplete ) - Autocomplete
563
+ - [ ` useClientSearchQueryAsAdminMutation ` ] ( docs/sdks/search/README.md#queryasadmin ) - Search the index (admin)
564
+ - [ ` useClientSearchQueryMutation ` ] ( docs/sdks/search/README.md#query ) - Search
565
+ - [ ` useClientSearchRecommendationsMutation ` ] ( docs/sdks/search/README.md#recommendations ) - Recommend documents
566
+ - [ ` useClientSearchRetrieveFeedMutation ` ] ( docs/sdks/search/README.md#retrievefeed ) - Feed of documents and events
569
567
- [ ` useClientShortcutsCreateMutation ` ] ( docs/sdks/clientshortcuts/README.md#create ) - Create shortcut
570
568
- [ ` useClientShortcutsDeleteMutation ` ] ( docs/sdks/clientshortcuts/README.md#delete ) - Delete shortcut
571
569
- [ ` useClientShortcutsListMutation ` ] ( docs/sdks/clientshortcuts/README.md#list ) - List shortcuts
@@ -612,7 +610,6 @@ To learn about this feature and how to get started, check
612
610
- [ ` useIndexingPermissionsUpdatePermissionsMutation ` ] ( docs/sdks/permissions/README.md#updatepermissions ) - Update document permissions
613
611
- [ ` useIndexingShortcutsBulkIndexMutation ` ] ( docs/sdks/indexingshortcuts/README.md#bulkindex ) - Bulk index external shortcuts
614
612
- [ ` useIndexingShortcutsUploadMutation ` ] ( docs/sdks/indexingshortcuts/README.md#upload ) - Upload shortcuts
615
- - [ ` useSearchAutocompleteMutation ` ] ( docs/sdks/search/README.md#autocomplete ) - Autocomplete
616
613
- ~~ [ ` useIndexingDocumentsCountMutation ` ] ( docs/sdks/indexingdocuments/README.md#count ) ~~ - Get document count :warning : ** Deprecated**
617
614
- ~~ [ ` useIndexingDocumentsStatusMutation ` ] ( docs/sdks/indexingdocuments/README.md#status ) ~~ - Get document upload and indexing status :warning : ** Deprecated**
618
615
- ~~ [ ` useIndexingPeopleCountMutation ` ] ( docs/sdks/people/README.md#count ) ~~ - Get user count :warning : ** Deprecated**
0 commit comments