Update README.md
This commit is contained in:
parent
829efe5d63
commit
d6d2b4db65
1 changed files with 19 additions and 2 deletions
21
README.md
21
README.md
|
|
@ -6,13 +6,14 @@
|
|||
- [Installation](#installation)
|
||||
- [Configuration](#configuration)
|
||||
- [Configuring Solr](#configuring-solr)
|
||||
- [Lucene Search (New)](#lucene-search-new)
|
||||
- [eDismax Search](#edismax-search)
|
||||
- [Configure Collection Search](#configure-collection-search)
|
||||
- [Configure Views](#configure-views)
|
||||
- [Exposed Form](#exposed-form)
|
||||
- [Collection Search](#collection-search)
|
||||
- [Paging](#paging)
|
||||
- [Sorting](#sorting)
|
||||
- [Result Summary](#result-summary)
|
||||
<!--- - [Configure Facets](#configure-facets)
|
||||
- [Include / Exclude Facets](#include--exclude-facets) --->
|
||||
- [Configure Blocks](#configure-blocks)
|
||||
|
|
@ -272,7 +273,7 @@ Please review
|
|||
before continuing. The following assumes you already have a working Solr and the
|
||||
Drupal Search API setup.
|
||||
|
||||
## eDismax Search (New)
|
||||
## eDismax Search
|
||||
|
||||
Click [here](https://www.drupal.org/docs/contributed-modules/search-api-solr/solr-query-parsers) to find more detail about
|
||||
eDismax Search in Drupal.
|
||||
|
|
@ -360,6 +361,22 @@ available in the pager block (*documented below*).
|
|||
|
||||

|
||||
|
||||
### Result Summary
|
||||
|
||||
In your view, in the `Header` section, clikc `Add`, then search and select for "Result summary".
|
||||
|
||||

|
||||
|
||||
Then, paste the following code to `Display` textarea in `Configure Header: Global: Result summary`
|
||||
|
||||
````
|
||||
<div id="ajax-page-summary" class="pager__summary">Displaying @start - @end of @total</div>
|
||||
````
|
||||
|
||||

|
||||
|
||||
|
||||
|
||||
<!--- ## Configure Facets
|
||||
|
||||
The facets can be configured at `admin/config/search/facets`. Facets are linked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue