Commit d681623c authored by Alfredo Sumaran's avatar Alfredo Sumaran

Add option to submit the typed query

parent c1e7351b
...@@ -100,6 +100,16 @@ class @SearchAutocomplete ...@@ -100,6 +100,16 @@ class @SearchAutocomplete
text: suggestion.label text: suggestion.label
url: suggestion.url url: suggestion.url
# Add option to proceed with the search
if data.length
data.push('separator')
data.push
text: "Result name contains \"#{term}\""
url: "/search?\
search=#{term}\
&project_id=#{_this.projectInputEl.val()}\
&group_id=#{_this.groupInputEl.val()}"
callback(data) callback(data)
).always -> ).always ->
_this.loadingSuggestions = false _this.loadingSuggestions = false
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment