FIX: Trigger initial semantic search. (#219)
I thought this wasn't neccessary and we could safely rely on the appEvent during the initial search. It only fires if #searchEnabled is true, meaning the search term is valid.
This commit is contained in:
parent
0d761f4305
commit
50d7289623
|
@ -3,6 +3,7 @@
|
||||||
<div
|
<div
|
||||||
class="semantic-search__results"
|
class="semantic-search__results"
|
||||||
{{did-insert this.setup}}
|
{{did-insert this.setup}}
|
||||||
|
{{did-insert this.debouncedSearch}}
|
||||||
{{will-destroy this.teardown}}
|
{{will-destroy this.teardown}}
|
||||||
>
|
>
|
||||||
{{#if this.searching}}
|
{{#if this.searching}}
|
||||||
|
|
Loading…
Reference in New Issue