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
Jmix version: 2.x
@SystemLevel and @Secret properties are included into indexing schema via wildcard.
@SystemLevel
@Secret
SystemLevel
Secret
Properties and their data are present in index.
Such properties should not be evaluated via wildcard (but should be via direct declaration).
The text was updated successfully, but these errors were encountered:
Exclude @systemlevel and @secret properties from wildcard coverage #3402
ce21c89
Tested on:
The @systemlevel and @secret entity properties not in index.
Sorry, something went wrong.
syncro
SergeiAksenov2
No branches or pull requests
Environment
Jmix version: 2.x
Bug Description
@SystemLevel
and@Secret
properties are included into indexing schema via wildcard.Steps To Reproduce
SystemLevel
andSecret
annotations.Current Behavior
Properties and their data are present in index.
Expected Behavior
Such properties should not be evaluated via wildcard (but should be via direct declaration).
The text was updated successfully, but these errors were encountered: