We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32d76b8 commit cc9059fCopy full SHA for cc9059f
1 file changed
apps/app-frontend/src/pages/Browse.vue
@@ -440,7 +440,10 @@ async function refreshSearch() {
440
hitCount: rawResults.result.hits.length,
441
totalHits: rawResults.result.total_hits,
442
})
443
- results.value = rawResults.result
+ results.value = {
444
+ ...rawResults.result,
445
+ hits_per_page: maxResults.value,
446
+ }
447
}
448
449
const currentFilterState = JSON.stringify({
0 commit comments