-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6ce45f6
commit fe6bfe5
Showing
1 changed file
with
36 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
advanced_search.settings: | ||
type: config_object | ||
mapping: | ||
lucene_on_off: | ||
type: integer | ||
label: Enable Extended DisMax Query | ||
lucene_label: | ||
type: string | ||
label: Set the label for the option of searching all fields | ||
all_fields_on_off: | ||
type: integer | ||
label: Enable searching all fields | ||
list_on_off: | ||
type: integer | ||
label: Expose "List view" option | ||
grid_on_off: | ||
type: integer | ||
label: Expose "Grid view" option. | ||
default-display-mode: | ||
type: string | ||
label: Default view mode | ||
search_query_parameter: | ||
type: string | ||
label: Search Query Parameter | ||
search_recursive_parameter: | ||
type: string | ||
label: Recurse Query Parameter | ||
search_add_operator: | ||
type: string | ||
label: Facet Add Operator | ||
search_remove_operator: | ||
type: string | ||
label: Facet Remove Operator | ||
facet_truncate: | ||
type: string | ||
label: Truncate Facet |