Skip to content

Commit 230c63b

Browse files
committed
display filteredpool as matches
1 parent eeae41b commit 230c63b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kahuna/public/js/search/results.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<div class="results-toolbar-item results-toolbar-item--static
2424
image-results-count">
2525
<span ng-if="ctrl.isAiSearch && !ctrl.filtersOnlyAiSearch">Best {{ctrl.aiResultsShown | toLocaleString}} of {{ctrl.totalResults | toLocaleString}} matches</span>
26-
<span ng-if="! ctrl.isAiSearch">{{ctrl.totalResults | toLocaleString}} matches</span>
26+
<span ng-if="ctrl.isAiSearch && ctrl.filtersOnlyAiSearch">{{ctrl.filterPoolCounts.filteredPool | toLocaleString}} matches</span>
2727
<button ng-if="ctrl.newImagesCount > 0"
2828
ng-click="ctrl.revealNewImages()"
2929
class="image-results-count__new"

0 commit comments

Comments
 (0)