feat(search): update search pattern matching rules (#1257)

Signed-off-by: Laurentiu Niculae <niculae.laurentiu1@gmail.com>
This commit is contained in:
LaurentiuNiculae
2023-03-22 19:31:53 +02:00
committed by GitHub
parent fb85c8678c
commit f8a77bc42f
14 changed files with 83 additions and 264 deletions
-12
View File
@@ -169,10 +169,6 @@ type ImageSummary {
"""
Title: String
"""
Integer used to rank search results by relevance
"""
Score: Int
"""
URL to get source code for building the image
"""
Source: String
@@ -287,10 +283,6 @@ type RepoSummary {
"""
Vendors: [String]
"""
Integer used to rank search results by relevance
"""
Score: Int
"""
Details of the newest image inside the repository
NOTE: not the image with the `latest` tag, the one with the most recent created timestamp
"""
@@ -325,10 +317,6 @@ type LayerSummary {
Digest of the layer content
"""
Digest: String
"""
Integer used to rank search results by relevance
"""
Score: Int
}
"""