Update README.md

This commit is contained in:
Kyle Huynh 2023-03-02 11:01:59 -05:00 committed by GitHub
parent 829efe5d63
commit d6d2b4db65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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*).
![image](./docs/sort_criteria.png)
### Result Summary
In your view, in the `Header` section, clikc `Add`, then search and select for "Result summary".
![image](https://user-images.githubusercontent.com/7862086/222479508-7fd97c65-11d5-496d-8e5a-9e019c82f097.png)
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>
````
![image](https://user-images.githubusercontent.com/7862086/222480250-ddedb959-1c0b-4558-8f9f-f1d2ec1107ec.png)
<!--- ## Configure Facets
The facets can be configured at `admin/config/search/facets`. Facets are linked