Sorting aggregates by slug or lowercased name to avoid capitalization issues. Fixed slug getting interpreted as ID by cache lookup.
This commit is contained in:
@@ -22,7 +22,7 @@ export async function onBeforeRender(pageContext) {
|
||||
|
||||
return {
|
||||
pageContext: {
|
||||
title: `Search '${pageContext.urlParsed.search.q}'`,
|
||||
title: `Search '${pageContext.urlParsed.search.q || ''}'`,
|
||||
pageProps: {
|
||||
scenes,
|
||||
aggActors,
|
||||
|
||||
Reference in New Issue
Block a user