Skip to content
Snippets Groups Projects
Commit dc93e691 authored by Marcus Johansson's avatar Marcus Johansson
Browse files

Issue #3447239 by Marcus_Johansson: Bug in DOM mode

parent efe23495
Branches
Tags
No related merge requests found
Pipeline #173056 passed with warnings
......@@ -22,7 +22,7 @@ class LongCrawlerRule extends AiInterpolatorFieldRule implements AiInterpolatorF
protected ScrapingBot $scrapingBot;
/**
* Construct a boolean field.
* Construct a text long field.
*
* @param array $configuration
* Inherited configuration.
......@@ -203,7 +203,7 @@ class LongCrawlerRule extends AiInterpolatorFieldRule implements AiInterpolatorF
break;
case 'selector':
$values[] = $this->getPartial($rawHtml, $interpolatorConfig['openai_crawler_tag'], $interpolatorConfig['openai_crawler_remove']);
$values[] = $this->getPartial($rawHtml, $interpolatorConfig['crawler_tag'], $interpolatorConfig['crawler_remove']);
break;
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment