You are here

public function GoogleMini::setInputEncoding in Google Search Appliance 5

Same name and namespace in other branches
  1. 6.2 GoogleMini.php \GoogleMini::setInputEncoding()

Set the encoding for data going into the search

Parameters

string $enc:

File

./GoogleMini.php, line 214

Class

GoogleMini

Code

public function setInputEncoding($enc) {
  $this
    ->setQueryPart('ie', $enc);
}