Manticoresearch.Join

October 22, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
typeStringType of the join operation
on[JoinOn]List of objects defining joined tables
queryFulltextFilter[optional]
tableStringBasic table of the join operation

Enum: TypeEnum

  • inner (value: "inner")

  • left (value: "left")