# Value used for the namedresourcetype facet used by the mydspace
# <sort-value>\n|||\n<display-value>###<authority-value>
# the separator between the sort-value and the display-value \n|||\n must
# match the value of the discovery.solr.facets.split.char defined above
# the sort-value can be used to force a fixed order for the facet if it is
# configured in the discovery.xml to be sorted by value
#FITZ - 20220307 - Not sure where the following got dropped in v6.4
#discovery.facet.namedtype.item = 000item\n|||\nArchived###item
#discovery.facet.namedtype.workspace = 001workspace\n|||\nWorkspace###workspace
#discovery.facet.namedtype.workflow.item = 002workflow\n|||\nWorkflow###workflow
#discovery.facet.namedtype.workflow.claimed = 003workflow\n|||\nValidation###validation
#discovery.facet.namedtype.workflow.pooled = 004workflow\n|||\nWaiting for Controller###waitingforcontroller
As you might notice in my code-notes, I was surprised to find that the REM'ed code appears to not actually be part of DS 6.4, but is in DS 7.2 .
I'm a bit embarrassed since I've been actively testing a DS 7.2 instance in conjunction with the DS 6.4 metadata cleanup, so it's likely I'd inadvertently included those removed-lines in my troubleshooing.
In any case, if someone could shed some much needed light on this, I'd be truly grateful; I've been pulling out my long-overdue-for-a-cut COVID-hair for far too long.
-John