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
Follow-up for elastic/package-spec#351
Once Elastic Package Registry (EPR) has added support for content packages that contain discovery properties:
discovery: fields: - name: process.pid
the package registry should also be able to index and search packages based on the information included in the discovery property of each package.
For example the following request to EPR would return packages that can leverage documents that include the process.pid or the user.id fields.
process.pid
user.id
GET /search?discovery=fields:process.pid,user.id
The text was updated successfully, but these errors were encountered:
discovery
jsoriano
Successfully merging a pull request may close this issue.
Follow-up for elastic/package-spec#351
Once Elastic Package Registry (EPR) has added support for content packages that contain discovery properties:
the package registry should also be able to index and search packages based on the information included in the discovery property of each package.
For example the following request to EPR would return packages that can leverage documents that include the
process.pid
or theuser.id
fields.The text was updated successfully, but these errors were encountered: