I cannot find place where I can enable total results count (Showing items @start through @end of @total.).

Where I can turn it on, so it will show number of result with each search?

Comments

nick_vh’s picture

You can do this in the theming layer or take a look at how Display Suite is doing this?

anantagati’s picture

But is it not built in function of Apache Solr module?

nick_vh’s picture

Not yet, we are working on it to move most of what Display Suite does into the drupal 7 version, but it takes time! :-)

scor’s picture

you can enable it in your search-results.tpl.php with

<?php print $description; ?>
cpliakas’s picture

The Facet API module will also provide this functionality with the work being done at #593658: Make the current search block more configurable.

anantagati’s picture

Status: Active » Closed (duplicate)

scor: Thank you for tip, I tried it before, but wrote $desription instead of $description :)

I am marking it as a duplicate of #593658: Make the current search block more configurable.