Added search to tags.

This commit is contained in:
DebaucheryLibrarian
2021-08-22 03:14:02 +02:00
parent 959b5d9d0e
commit eb1f8f86fd
8 changed files with 311 additions and 240 deletions

View File

@@ -437,14 +437,16 @@ function initActorActions(store, router) {
search: $query,
minLength: $minLength
first: $limit
orderBy: NAME_ASC
) {
id
name
slug
age
dateOfBirth
ageFromBirth
ageAtDeath
dateOfBirth
dateOfDeath
dateOfBirth
dateOfDeath
gender
aliasFor: actorByAliasFor {
id

View File

@@ -276,7 +276,7 @@ function initTagsActions(store, _router) {
$minLength: Int = 2
) {
tags: searchTags(
search: $query,
query: $query,
first: $limit
minLength: $minLength
) {