Skip to content

Commit 4ae0187

Browse files
authored
added configuration option for collection search recursion (Islandora#78)
* added configuration option * updated config * pulled in changes from head * synced with previous pr * removed stub * formatting * Refactor SearchResultsPagerBlock for consistency
1 parent 90048f4 commit 4ae0187

3 files changed

Lines changed: 565 additions & 556 deletions

File tree

config/schema/advanced_search.schema.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ advanced_search.settings:
3434
facet_truncate:
3535
type: string
3636
label: Truncate Facet
37+
recursive:
38+
type: integer
39+
label: Include Sub-Collections
3740
query_fields:
3841
type: sequence
3942
label: Query Fields

0 commit comments

Comments
 (0)