Allow custom search query to update metadata

This commit is contained in:
JonnyWong16 2016-01-23 12:40:41 -08:00
commit cc287607cd
5 changed files with 72 additions and 33 deletions

View file

@ -245,7 +245,7 @@ ${next.headerIncludes()}
$.ajax({
type: 'post',
url: 'search',
data: { 'query': $('#query').val() }
data: { query: $('#query').val() }
})
} else {
e.preventDefault();