public interface SimpleSearchesClient
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<ODataValueContextOfIListOfEntry> |
createSimpleSearchOperation(String select,
String orderby,
Boolean count,
String repoId,
String[] fields,
Boolean formatFields,
SimpleSearchRequest requestBody,
String culture)
- Runs a "simple" search operation on the repository.
|
CompletableFuture<ODataValueContextOfIListOfEntry> createSimpleSearchOperation(String select, String orderby, Boolean count, String repoId, String[] fields, Boolean formatFields, SimpleSearchRequest requestBody, String culture)
select - Limits the properties returned in the result.orderby - Specifies the order in which items are returned. The maximum number of expressions is 5.count - Indicates whether the total count of items within a collection are returned in the result.repoId - The requested repository ID.fields - Optional array of field names. Field values corresponding to the given field names will be returned for each search result.formatFields - Boolean for if field values should be formatted. Only applicable if Fields are specified.requestBody - The Laserfiche search command to run.culture - An optional query parameter used to indicate the locale that should be used for formatting.
The value should be a standard language tag. The formatFields query parameter must be set to true, otherwise
culture will not be used for formatting.Copyright © 2022. All rights reserved.