Smile\ElasticsuiteCatalog\Block\Plugin\ResultPlugin::isSpellcheck PHP Method

isSpellcheck() private method

Indicates if the current search is spellchecked.
private isSpellcheck ( ) : boolean
return boolean
    private function isSpellcheck()
    {
        return $this->getProductCollection()->isSpellchecked();
    }