Skip to content

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

@mrodm

Description

@mrodm

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

Metadata

Metadata

Assignees

Labels

No labels
No labels
No fields configured for Enhancement.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions