We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As a Data Analyst I want to understand the context of my search term in each result so I understand why search hit appears in the results.
Users have reported confusion as to why search results appear in their result set.
Acceptance Criteria
Field to Display Name mapping
||Field||Display Name|| |displayName.stemmed|Name| |name.stemmed|Physical Name| |namespace.code.stemmed|Namespace| |description.stemmed|Description| |columns.name.stemmed|Column Name| |columns.description.stemmed|Column Description| |descriptiveBusinessObjectFormat.schemaColumns.name.stemmed|Column Physical Name| |businessObjectDefinitionTags.tag.displayName.stemmed|Category Name| |subjectMatterExperts.userId.stemmed|Contact Information|
The text was updated successfully, but these errors were encountered:
Merge pull request #331 in DM/herd from feature/DM-3103 to develop
5b97d47
* commit '3d33024c50d4b8ff99b58fdc47b98d53275f0b28': DM-3103: Factory CQ - Call Cluster Mgmt without long running query
No branches or pull requests
As a Data Analyst I want to understand the context of my search term in each result so I understand why search hit appears in the results.
Users have reported confusion as to why search results appear in their result set.
Acceptance Criteria
Field to Display Name mapping
||Field||Display Name||
|displayName.stemmed|Name|
|name.stemmed|Physical Name|
|namespace.code.stemmed|Namespace|
|description.stemmed|Description|
|columns.name.stemmed|Column Name|
|columns.description.stemmed|Column Description|
|descriptiveBusinessObjectFormat.schemaColumns.name.stemmed|Column Physical Name|
|businessObjectDefinitionTags.tag.displayName.stemmed|Category Name|
|subjectMatterExperts.userId.stemmed|Contact Information|
The text was updated successfully, but these errors were encountered: