You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$search_id = 'search_id_example'; // string | Both the initial search request and each subsequent scroll request returns a *SearchID*. The *SearchID* may or may not change between requests; however, only the most recently received *SearchID* should be used.
259
256
$src_lang = 'src_lang_example'; // string | Queries language. If left empty each query's language will detected automatically, if not it is not explicitly set into the request body.
260
257
$dst_lang = array('dst_lang_example'); // string[] | Results languages. If left empty then the results will not be filtered by language and the they will contain multi-language results.
258
+
$sort_by = 'CreationDate'; // string | Optional. Results are sorted by selected field values.
261
259
$docs_search_query = new \OpenAPI\Client\Model\DocsSearchQuery(); // \OpenAPI\Client\Model\DocsSearchQuery
Copy file name to clipboardExpand all lines: lib/inda_hr/ResumeSearchApi.php
+12-22Lines changed: 12 additions & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -1495,24 +1495,21 @@ public function searchResumesEvidencePOSTRequest($indexname, $evidence_request,
1495
1495
* Search Resumes
1496
1496
*
1497
1497
* @param string $indexname indexname (required)
1498
-
* @param bool $cache Optional. Whether the search results should be cached or not. (optional, default to true)
1499
-
* @param int $cache_time Optional. Seconds. Ignored if *cache* is <code style='color: #333333; opacity: 0.9'>false</code>. (optional, default to 300)
1500
1498
* @param int $size Optional. Number of documents to return. (optional, default to 50)
1501
1499
* @param int $offset Optional. Number of documents to skip. Ignored if *cache* is <code style='color: #333333; opacity: 0.9'>true</code>. (optional, default to 0)
* @param string $search_id Both the initial search request and each subsequent scroll request returns a *SearchID*. The *SearchID* may or may not change between requests; however, only the most recently received *SearchID* should be used. (optional)
1504
1501
* @param string $src_lang Queries language. If left empty each query's language will detected automatically, if not it is not explicitly set into the request body. (optional)
1505
1502
* @param string[] $dst_lang Results languages. If left empty then the results will not be filtered by language and the they will contain multi-language results. (optional)
1503
+
* @param string $sort_by Results are sorted by selected field values. (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['searchResumesPOST'] to see the possible values for this operation
1508
-
*
1509
1506
* @throws \OpenAPI\Client\ApiException on non-2xx response
@@ -1522,24 +1519,21 @@ public function searchResumesPOST($indexname, $cache = true, $cache_time = 300,
1522
1519
* Search Resumes
1523
1520
*
1524
1521
* @param string $indexname (required)
1525
-
* @param bool $cache Optional. Whether the search results should be cached or not. (optional, default to true)
1526
-
* @param int $cache_time Optional. Seconds. Ignored if *cache* is <code style='color: #333333; opacity: 0.9'>false</code>. (optional, default to 300)
1527
1522
* @param int $size Optional. Number of documents to return. (optional, default to 50)
1528
1523
* @param int $offset Optional. Number of documents to skip. Ignored if *cache* is <code style='color: #333333; opacity: 0.9'>true</code>. (optional, default to 0)
* @param string $search_id Both the initial search request and each subsequent scroll request returns a *SearchID*. The *SearchID* may or may not change between requests; however, only the most recently received *SearchID* should be used. (optional)
1531
1525
* @param string $src_lang Queries language. If left empty each query's language will detected automatically, if not it is not explicitly set into the request body. (optional)
1532
1526
* @param string[] $dst_lang Results languages. If left empty then the results will not be filtered by language and the they will contain multi-language results. (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['searchResumesPOST'] to see the possible values for this operation
1535
-
*
1529
+
* @param string $sort_by Results are sorted by selected field values. (optional)
1536
1530
* @throws \OpenAPI\Client\ApiException on non-2xx response
1537
1531
* @throws \InvalidArgumentException
1538
1532
* @return array of \OpenAPI\Client\Model\FoundDocsResponse|\OpenAPI\Client\Model\ErrorModel|\OpenAPI\Client\Model\ErrorModel|\OpenAPI\Client\Model\ErrorModel, HTTP status code, HTTP response headers (array of strings)
@@ -1700,23 +1694,21 @@ public function searchResumesPOSTWithHttpInfo($indexname, $cache = true, $cache_
1700
1694
* Search Resumes
1701
1695
*
1702
1696
* @param string $indexname (required)
1703
-
* @param bool $cache Optional. Whether the search results should be cached or not. (optional, default to true)
1704
-
* @param int $cache_time Optional. Seconds. Ignored if *cache* is <code style='color: #333333; opacity: 0.9'>false</code>. (optional, default to 300)
1705
1697
* @param int $size Optional. Number of documents to return. (optional, default to 50)
1706
1698
* @param int $offset Optional. Number of documents to skip. Ignored if *cache* is <code style='color: #333333; opacity: 0.9'>true</code>. (optional, default to 0)
* @param string $search_id Both the initial search request and each subsequent scroll request returns a *SearchID*. The *SearchID* may or may not change between requests; however, only the most recently received *SearchID* should be used. (optional)
1709
1700
* @param string $src_lang Queries language. If left empty each query's language will detected automatically, if not it is not explicitly set into the request body. (optional)
1710
1701
* @param string[] $dst_lang Results languages. If left empty then the results will not be filtered by language and the they will contain multi-language results. (optional)
1702
+
* @param string $sort_by Results are sorted by selected field values. (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['searchResumesPOST'] to see the possible values for this operation
* @param bool $cache Optional. Whether the search results should be cached or not. (optional, default to true)
1734
-
* @param int $cache_time Optional. Seconds. Ignored if *cache* is <code style='color: #333333; opacity: 0.9'>false</code>. (optional, default to 300)
1735
1725
* @param int $size Optional. Number of documents to return. (optional, default to 50)
1736
1726
* @param int $offset Optional. Number of documents to skip. Ignored if *cache* is <code style='color: #333333; opacity: 0.9'>true</code>. (optional, default to 0)
* @param string $search_id Both the initial search request and each subsequent scroll request returns a *SearchID*. The *SearchID* may or may not change between requests; however, only the most recently received *SearchID* should be used. (optional)
1739
1728
* @param string $src_lang Queries language. If left empty each query's language will detected automatically, if not it is not explicitly set into the request body. (optional)
1740
1729
* @param string[] $dst_lang Results languages. If left empty then the results will not be filtered by language and the they will contain multi-language results. (optional)
1730
+
* @param string $sort_by Results are sorted by selected field values. (optional)
* @param string $contentType The value for the Content-Type header. Check self::contentTypes['searchResumesPOST'] to see the possible values for this operation
0 commit comments