Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
scc-net
netvs
netvs-core
Commits
6e897126
Commit
6e897126
authored
Jan 28, 2021
by
gj4210
👁
Browse files
FIX: Incomplete BCD names in global search (closes
#240
)
parent
a0816e4d
Pipeline
#130298
passed with stages
in 4 minutes and 23 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
frontend/src/components/GlobalSearch.vue
View file @
6e897126
...
...
@@ -215,8 +215,7 @@ export default {
suggestions
.
push
({
name
:
[
''
,
item
.
term
.
name
.
substring
(
index
,
index
+
search
.
length
),
item
.
term
.
name
,
''
],
type
:
item
.
type
,
...
...
Write
Preview
Supports
Markdown
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