Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
open-source
MetaGer
Commits
451f28a6
Commit
451f28a6
authored
Aug 19, 2016
by
Dominik Hebeler
Browse files
Merge branch '195-hinweis-wenn-keine-suchergebnisse-gefunden-wurden' into 'development'
Ich habe einen entsprechenden Hinweis eingefügt Closes
#195
See merge request
!290
parents
72576980
928d2780
Changes
1
Show whitespace changes
Inline
Side-by-side
app/MetaGer.php
View file @
451f28a6
...
...
@@ -285,6 +285,10 @@ class MetaGer
$this
->
validated
=
true
;
}
}
if
(
count
(
$this
->
results
)
<=
0
)
{
$this
->
errors
[]
=
"Leider konnten wir zu Ihrer Sucheingabe keine passenden Ergebnisse finden. Sie können aber versuchen diese anzupassen."
;
}
}
public
function
parseBoost
(
$results
)
...
...
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