Example #1
0
 /**
  * {@inheritdoc}
  */
 public function scopeTagparam(Builder $query, $key, $value)
 {
     if (strncmp($key, 'search:', 7) === 0) {
         return $this->scopeSearchString($query, substr($key, 7), $value);
     }
     return parent::scopeTagparam($query, $key, $value);
 }