Smile\ElasticsuiteCatalog\Block\Plugin\ResultPlugin::isSpellcheck PHP 메소드

isSpellcheck() 개인적인 메소드

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