Added actors and movies to global search results.
This commit is contained in:
@@ -135,7 +135,7 @@ const cupRange = ref(pageProps.cupRange);
|
||||
actors.value = pageProps.actors;
|
||||
|
||||
const currentPage = ref(Number(routeParams.page));
|
||||
const total = ref(Number(pageProps.total));
|
||||
const total = ref(Number(pageProps.actorTotal || pageProps.total));
|
||||
const order = ref(routeParams.order || urlParsed.search.order || 'likes.desc');
|
||||
|
||||
const filters = ref({
|
||||
|
||||
Reference in New Issue
Block a user