Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
#159 better user feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
mrwunderbar666 committed Jul 22, 2022
1 parent 038e132 commit 275ac05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flaskinventory/static/js/search_everything.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ $.typeahead({
item.type = item.type.filter(function(e) { return e !== 'Entry' })
return '<span>' + channel_label + '{{name}}<small> (Type: {{type}}) ' + identifier + '</small></span>'
},
emptyTemplate: "no result for {{query}}",
emptyTemplate: "No result for {{query}}. Press enter to perform search query in all fields!",
source: {
name: {
display: ["name", "arxiv", "doi", "title"],
Expand Down

0 comments on commit 275ac05

Please sign in to comment.