Implemented a RFE for returning a message when no search
results were found.
This commit is contained in:
parent
3f4a3211bd
commit
1a55630eef
4 changed files with 26 additions and 1 deletions
|
|
@ -93,7 +93,13 @@ our $HELP = {
|
|||
'name' => 'synopsis',
|
||||
},
|
||||
],
|
||||
}
|
||||
},
|
||||
{
|
||||
'name' => 'results_found',
|
||||
},
|
||||
{
|
||||
'name' => 'no_results',
|
||||
},
|
||||
],
|
||||
related => [
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue