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?
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
Comment #1
nick_vhYou can do this in the theming layer or take a look at how Display Suite is doing this?
Comment #2
anantagati commentedBut is it not built in function of Apache Solr module?
Comment #3
nick_vhNot yet, we are working on it to move most of what Display Suite does into the drupal 7 version, but it takes time! :-)
Comment #4
scor commentedyou can enable it in your search-results.tpl.php with
Comment #5
cpliakas commentedThe Facet API module will also provide this functionality with the work being done at #593658: Make the current search block more configurable.
Comment #6
anantagati commentedscor: 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.