Manticoresearch.Join
October 22, 2025 ยท View on GitHub
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| type | String | Type of the join operation | |
| on | [JoinOn] | List of objects defining joined tables | |
| query | FulltextFilter | [optional] | |
| table | String | Basic table of the join operation |
Enum: TypeEnum
-
inner(value:"inner") -
left(value:"left")