Skip to content

Commit a188516

Browse files
committed
search: Show "Exact Match" as regular search result
Users know what they searched for and the exact result, if there is one, will always be the first result anyways, so this special highlighting does not have a particularly big benefit.
1 parent 516f473 commit a188516

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/search.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
</div>
4848
</div>
4949

50-
<CrateList @exactMatch={{this.exactMatch}} @crates={{this.otherCrates}} local-class="list" />
50+
<CrateList @crates={{this.model}} local-class="list" />
5151

5252
<Pagination @pagination={{this.pagination}} />
5353
{{else}}

0 commit comments

Comments
 (0)