Issues
- Release mod-graphql. Fix version: vX.X.X (Sunflower)MODGQL-190Resolved issue: MODGQL-190Mike Taylor
- Update to mod-graphql Java 21MODGQL-191Resolved issue: MODGQL-191Mike Taylor
- Schema configuration does not support additional query parameters in subqueriesMODGQL-189Resolved issue: MODGQL-189Mike Taylor
- Schema configuration does not provide access to loan statusMODGQL-188Resolved issue: MODGQL-188Mike Taylor
- Provide more detail in error messages when an Okapi GET failsMODGQL-187Resolved issue: MODGQL-187Mike Taylor
- Deprecate moduleMODGQL-186Mike Taylor
- Review and cleanup Module Descriptors for mod-graphqlMODGQL-184Resolved issue: MODGQL-184Mike Taylor
- Release mod-graphql. Fix version: vX.X.X (Ramsons)MODGQL-183Resolved issue: MODGQL-183Mike Taylor
- Update mod-graphql to node 20MODGQL-182Resolved issue: MODGQL-182Mike Taylor
- Review and cleanup Module Descriptor for mod-graphqlMODGQL-181Resolved issue: MODGQL-181Mike Taylor
- Release mod-graphql. Fix version: v1.12.1 (Quesnelia)MODGQL-180Resolved issue: MODGQL-180Mike Taylor
- mod-graphql - build fails - language trait errorMODGQL-179Resolved issue: MODGQL-179Mike Taylor
- Consider moving all virtual-field definitions into overlaysMODGQL-178Mike Taylor
- provide engines.node to describe minimum production requirementsMODGQL-177Mike Taylor
- Docker container healthcheck during build in JenkinsMODGQL-176Resolved issue: MODGQL-176Julian Ladisch
- Migrate babel from 6 to 7MODGQL-175Resolved issue: MODGQL-175Mike Taylor
- run "apk upgrade" fixing openssl/libcrypto3 vulnsMODGQL-174Resolved issue: MODGQL-174Mike Taylor
- mod-graphql. Fix version: (Poppy)MODGQL-173Resolved issue: MODGQL-173Michal Kuklis
- Update mod-graphql to node18MODGQL-172Resolved issue: MODGQL-172Mike Taylor
- Fix ESLint errorsMODGQL-171Resolved issue: MODGQL-171Mike Taylor
- Use categorical-logger instead of stripes-loggerMODGQL-170Mike Taylor
- Rewrite schema-configuration to properly support mod-searchMODGQL-169Resolved issue: MODGQL-169Mike Taylor
- Allow create-schema overrides to specify array-typed virtual fieldsMODGQL-168Resolved issue: MODGQL-168Mike Taylor
- Orchid 2023 R1 module releaseMODGQL-167Resolved issue: MODGQL-167Mike Taylor
- Extend tests to check that production schemas compile and mergeMODGQL-166Resolved issue: MODGQL-166Mike Taylor
- Failed build platform-complete: duplicate type nameMODGQL-165Resolved issue: MODGQL-165Mike Taylor
- Correctly interpret JSON-Schema arrays even when no "type" is givenMODGQL-164Resolved issue: MODGQL-164Mike Taylor
- Why do instance records retrieved from mod-search lack an `instanceTypeId` field?MODGQL-163Resolved issue: MODGQL-163Mike Taylor
- Allow `schemaconf.json` to override mandatoriness of fieldsMODGQL-162Resolved issue: MODGQL-162Mike Taylor
- Upgrade query-string from ^5.0.0 to ^7.1.2 fixing DoS CVE-2022-38900MODGQL-161Resolved issue: MODGQL-161Mike Taylor
- Create a mod-graphql query to display a loan with user and item detailsMODGQL-159Mike Taylor
- Fix production setup not to run from `test` directoryMODGQL-158Resolved issue: MODGQL-158Mike Taylor
- Rework deployment setupMODGQL-157Resolved issue: MODGQL-157Mike Taylor
- duplicate type name 'Tinstances' with different definitionsMODGQL-156Resolved issue: MODGQL-156Mike Taylor
- Add CI/testing stage to verify module-descriptor version matches package versionMODGQL-155Mike Taylor
- Morning Glory 2022 R2 module releaseMODGQL-154Resolved issue: MODGQL-154Mike Taylor
- Extensions to create-schemas: non-standard RAML location, additonal fileMODGQL-153Resolved issue: MODGQL-153Mike Taylor
- Support searching in mod-searchMODGQL-152Resolved issue: MODGQL-152Mike Taylor
- Add .git to .dockerignore to reduce Docker image sizeMODGQL-151Resolved issue: MODGQL-151Mike Taylor
- Use multi-stage build to reduce Docker image sizeMODGQL-150Resolved issue: MODGQL-150Julian Ladisch
- Dockerfile: node:16-alpineMODGQL-149Resolved issue: MODGQL-149Julian Ladisch
- xmldom - Misinterpretation of malicious XML input (CVE-2021-32796)MODGQL-148Resolved issue: MODGQL-148Mike Taylor
- Juniper R2 2021 HF #5 module releaseMODGQL-147Resolved issue: MODGQL-147Mike Taylor
- Juniper R2 2021 - Log4j vulnerability verification and correctionMODGQL-146Resolved issue: MODGQL-146Mike Taylor
- Kiwi R3 2021 - Log4j vulnerability verification and correctionMODGQL-145Resolved issue: MODGQL-145Mike Taylor
- Remove/replace babel-cliMODGQL-144Resolved issue: MODGQL-144Mike Taylor
- Update validator from ^10.0.0 to ^13.7.0 fixing ReDoS (CVE-2021-3765)MODGQL-143Resolved issue: MODGQL-143Mike Taylor
- Update node.js version from 10 to 14MODGQL-142Resolved issue: MODGQL-142Mike Taylor
- Update json-ptr from ^2.2.0 to ^3.0.0 fixing prototype pollution (CVE-2021-23509)MODGQL-141Resolved issue: MODGQL-141Mike Taylor
- Unable to deploy mod-graphql with RAML modulesMODGQL-140Resolved issue: MODGQL-140Mike Taylor
50 of 188
Purpose: To begin the work on search in the Codex Search app in FOLIO. The scope of this story is easily navigation between All/Local/KB.
'All' search across local instances in Inventory app and KB in eHolding app.
'Inventory' search only for local instances in the Inventory app.
'KB' search only for KB titel instances in the eHoldings app.
Assumption:
When you toggle from one search type to another that the
latest search is carried over AND
selected filters are still active
Scenarios:
1. Scenario
Given the Codex Search app
The 'All' type will be default setting
2. Scenario
Given the Codex Search app and
the 'All' type is selected
when entering a search request in the single search box in the left pane
the search will be performed across local instances in the Inventory app and KB-titles in eHolding app.
3. Scenario
Given the Codex Search app and
the 'Local' type is selected
when entering a search request in the single search box in the left pane
the search will be performed in the Inventory app
4. Scenario
Given the Codex Search app and
the 'KB' type is selected
when entering a search request in the single search box i the left pane
the search will be performed in the eHoldings app
Specification of the underlying search functionality is out of scope for this jira-story. See: UISE:XXX