We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3404951 commit 4e58b88Copy full SHA for 4e58b88
resources/views/_partials/_search.blade.php
@@ -8,7 +8,7 @@
8
9
<input
10
@click.outside="results = false"
11
- @keyup="search(event).then(function({ results: hits }) { results = true; threads = hits[0].hits; articles = hits[1].hits; })"
+ @keyup="window.search(event).then(function({ results: hits }) { results = true; threads = hits[0].hits; articles = hits[1].hits; })"
12
type="search"
13
name="search"
14
id="search"
0 commit comments