Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
SSHOC
sshoc-marketplace-frontend
Commits
3a9a0821
Commit
3a9a0821
authored
Jul 01, 2021
by
Stefan Probst
Browse files
fix: adjust search results to concept-based keywords
parent
bb5e188b
Pipeline
#208567
passed with stages
in 9 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/screens/search/SearchScreen.tsx
View file @
3a9a0821
...
...
@@ -871,7 +871,7 @@ function ItemSearchResult({
)
const
keywords
=
allKeywords
?.
slice
(
0
,
MAX_METADATA_VALUES
)
?.
map
((
keyword
)
=>
keyword
.
value
)
?.
map
((
keyword
)
=>
keyword
.
concept
?.
label
)
?.
join
(
'
,
'
)
const
pathname
=
`/
${
item
.
category
}
/
${
item
.
persistentId
}
`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment