@if (searchResults().length) { } @else if (history.hasItems() && !this.searchForm().value().length) { } @else {
@if (!resultsResource.hasValue()) {
Start typing to see results
} @else if (searchResults().length === 0) {
No results found
}
}