Updated Documentation
This commit is contained in:
parent
40b8719d87
commit
6619042c85
4 changed files with 23 additions and 0 deletions
23
README.md
23
README.md
|
|
@ -5,6 +5,7 @@
|
|||
- [Installation](#installation)
|
||||
- [Configuration](#configuration)
|
||||
- [Configuring Solr](#configuring-solr)
|
||||
- [Lucene Search (New)](#lucene-search)
|
||||
- [Configure Collection Search](#configure-collection-search)
|
||||
- [Configure Views](#configure-views)
|
||||
- [Exposed Form](#exposed-form)
|
||||
|
|
@ -15,6 +16,7 @@
|
|||
- [Include / Exclude Facets](#include--exclude-facets)
|
||||
- [Configure Blocks](#configure-blocks)
|
||||
- [Advanced Search Block](#advanced-search-block)
|
||||
- [Search Block (NEW)](#simple-search-block)
|
||||
- [Documentation](#documentation)
|
||||
- [Troubleshooting/Issues](#troubleshootingissues)
|
||||
- [Maintainers](#maintainers)
|
||||
|
|
@ -68,6 +70,16 @@ Please review
|
|||
before continuing. The following assumes you already have a working Solr and the
|
||||
Drupal Search API setup.
|
||||
|
||||
## Lucene Search (New)
|
||||
|
||||
Click [here](https://www.drupal.org/docs/contributed-modules/search-api-solr/solr-query-parsers) to find more detail about
|
||||
Lucene Search in Drupal.
|
||||
|
||||
If this feature is enabled, an option of searching all mapping fields will be added in Advanced Search Form (screenshot below).
|
||||
|
||||

|
||||
|
||||
|
||||
## Configure Collection Search
|
||||
|
||||
To support collection based searches you need to index the `field_member_of` for
|
||||
|
|
@ -215,6 +227,17 @@ checkbox.
|
|||
> [Advanced Search Block](#advanced-search-block). Please refer to that section
|
||||
> to learn more.
|
||||
|
||||
### Search Block (NEW)
|
||||
|
||||
To associate this simple search block to a Advanced Search Result Page view,
|
||||
you can select its machine name in the dropdown list. With that, this form
|
||||
will redirect to the view with search parameters.
|
||||
|
||||
You can also change the search form's appearance by changing the default label,
|
||||
placeholder text for the search text field, and search button.
|
||||
|
||||

|
||||
|
||||
## Documentation
|
||||
|
||||
Further documentation for this module is available on the
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 60 KiB After Width: | Height: | Size: 89 KiB |
BIN
docs/lucene_search_form.png
Normal file
BIN
docs/lucene_search_form.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 65 KiB |
BIN
docs/simple_search_settings.png
Normal file
BIN
docs/simple_search_settings.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 99 KiB |
Loading…
Add table
Add a link
Reference in a new issue