Problem/Motivation
Add a search form for Critical Data Elements, similar to terms and products. It should allow for text search and filter by domain.
Issue fork drupal_purview-3575833
Show commands
Start within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #4
nickolajAdded a CDE search block plugin (`UnifiedCriticalDataElementsSearchBlock`) mirroring the existing term and product search blocks, rendering the `UnifiedCriticalDataElementsSearchForm` with keywords and domain filter.
Comment #6
smulvih2Yep looks good, tested the new block and works as expected. Thanks!