Skip to content
New issue

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

Add support to index and search packages based on discovery features #1229

Closed
mrodm opened this issue Sep 19, 2024 · 0 comments · Fixed by #1235
Closed

Add support to index and search packages based on discovery features #1229

mrodm opened this issue Sep 19, 2024 · 0 comments · Fixed by #1235
Assignees

Comments

@mrodm
Copy link
Contributor

mrodm commented Sep 19, 2024

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.

GET /search?discovery=fields:process.pid,user.id
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants