forked from DebaucheryLibrarian/traxxx
Added search to tags.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -276,7 +276,7 @@ function initTagsActions(store, _router) {
|
||||
$minLength: Int = 2
|
||||
) {
|
||||
tags: searchTags(
|
||||
search: $query,
|
||||
query: $query,
|
||||
first: $limit
|
||||
minLength: $minLength
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user