Skip to content

Instantly share code, notes, and snippets.

@MarioBlazek
Created September 24, 2020 07:27
Show Gist options
  • Save MarioBlazek/36f8efb600e49e02114393d7bf92adb1 to your computer and use it in GitHub Desktop.
Save MarioBlazek/36f8efb600e49e02114393d7bf92adb1 to your computer and use it in GitHub Desktop.
$fields[] = new Search\Field(
'fulltext',
$name->value->data,
Search\FieldType\FullTextField()
);
$fields[] = new Search\Field(
'fulltext',
$this->process($caption),
Search\FieldType\FullTextField()
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment