$config->manticore->server->host, 'port' => $config->manticore->server->port, ] ); // Init index $index = $client->index( $config->manticore->index->document->name ); // Get totals $total = $index->search('') ->option('cutoff', 0) ->limit(0) ->get() ->getTotal(); $placeholder = sprintf( _('Search in %s documents %s'), number_format( $total ), $config->webui->search->index->request->url->enabled ? _('or enter new address to crawl...') : false ); ?> <?php echo _('Yo! Web Search Engine') ?>