Commits
aroman-arvo authored 938bf33ad24
365 365 | # Which vocabularies should be used for which search filters |
366 366 | # and whether to show the filter in the search sidebar |
367 367 | # Take a look at the filter-vocabulary-config.ts file for documentation on how the options are obtained |
368 368 | vocabularies |
369 369 | filter 'subject' |
370 370 | vocabulary 'srsc' |
371 371 | enabled true |
372 372 | |
373 373 | # Default collection/community sorting order at Advanced search, Create/update community and collection when there are not a query. |
374 374 | comcolSelectionSort |
375 - | sortMetadata 'dc.title' |
375 + | sortField 'dc.title' |
376 376 | sortDirection 'ASC' |