commonsearch / cosr-front

Frontend of Common Search. Go server for fetching and rendering results + HTML5 UI to browse them.
https://uidemo.commonsearch.org
Apache License 2.0
61 stars 13 forks source link

Add total result count? #14

Closed sylvinus closed 8 years ago

sylvinus commented 8 years ago

Elasticsearch provides TotalHits, we could include it in the interface if we feel it adds value?

hjacobs commented 8 years ago

:+1: for adding total number of matching documents --- it could be displayed as a small grey number above or below the search results.

chaconnewu commented 8 years ago

PR sent https://github.com/commonsearch/cosr-front/pull/29

sylvinus commented 8 years ago

Fixed by @chaconnewu :)