alfresco-js-api
Version:
JavaScript client library for the Alfresco REST API
35 lines (17 loc) • 1.4 kB
Markdown
# AlfrescoContentServicesRestApi.RequestDefaults
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**textAttributes** | **[String]** | A list of query fields/properties used to expand TEXT: queries. The default is cm:content. You could include all content properties using d:content or list all individual content properties or types. As more terms are included the query size, complexity, memory impact and query time will increase. | [optional]
**defaultFTSOperator** | **String** | The default way to combine query parts when AND or OR is not explicitly stated - includes ! - + one two three (one two three) | [optional] [default to 'AND']
**defaultFTSFieldOperator** | **String** | The default way to combine query parts in field query groups when AND or OR is not explicitly stated - includes ! - + FIELD:(one two three) | [optional] [default to 'AND']
**namespace** | **String** | The default name space to use if one is not provided | [optional] [default to 'cm']
**defaultFieldName** | **String** | | [optional] [default to 'TEXT']
<a name="DefaultFTSOperatorEnum"></a>
## Enum: DefaultFTSOperatorEnum
* `AND` (value: `"AND"`)
* `OR` (value: `"OR"`)
<a name="DefaultFTSFieldOperatorEnum"></a>
## Enum: DefaultFTSFieldOperatorEnum
* `AND` (value: `"AND"`)
* `OR` (value: `"OR"`)