project-lux / lux-marklogic

Code, issues, and resources related to LUX MarkLogic
Other
3 stars 2 forks source link

Define label and help text for work's partOf search term #291

Closed brent-hartwig closed 2 weeks ago

brent-hartwig commented 3 weeks ago

Problem Description: Work's partOf search term does not define a label or help text. As is, this prevents it from appearing in the advanced search form. Production users are presently prevented from using this search term. Per the advanced search configuration generator, this is the only term this is true for.

Expected Behavior/Solution: Define a label and help text such as the following (in userFacingConfig.mjs) but for work.partOf.

    aboutItem: {
      label: 'About Objects',
      helpText: 'Search for Works that are about the specified Objects.',
    },

Requirements: See above.

Needed for promotion: If an item on the list is not needed, it should be crossed off but not removed.

~- [ ] Wireframe/Mockup - Mike~

UAT/LUX Examples: Make sure the search term becomes available in the advanced search form, on the Works search tab.

Dependencies/Blocks: This ticket neither blocks nor is blocking another ticket.

Related Github Issues: None

Related links: None

Wireframe/Mockup: N/A

brent-hartwig commented 3 weeks ago

Propose we close this one as partial duplicate of the more exhaustive #94 (with PR https://github.com/project-lux/lux-marklogic/pull/245).