From 8629c32832cc0f8f91fbcf6f12ece9c4210f7e1c Mon Sep 17 00:00:00 2001 From: Yorhel Date: Fri, 3 Mar 2017 11:37:57 +0100 Subject: API: Add traits filter to get character --- data/docs/11 | 19 +++++++++++++++++++ lib/Multi/API.pm | 4 ++++ 2 files changed, 23 insertions(+) diff --git a/data/docs/11 b/data/docs/11 index 48f1e2f1..56246d05 100644 --- a/data/docs/11 +++ b/data/docs/11 @@ -571,6 +571,7 @@ however still required.
need.
This filter may used cached data, it may take up to 24 hours before a VN will have its tag updated with respect to this filter.
+ VNs that are linked to childs of the given tag are also included.
Be warned that this filter ignores spoiler settings, fetch the tags associated with the returned VN to verify the spoiler level. @@ -1126,6 +1127,23 @@ however still required.
may also include characters that are normally hidden by spoiler settings. + + traits + int
array of ints + = != + + Find chars by traits. When providing an array of ints, the '=' filter will return + chars that are linked to any (not all) of the given traits, the '!=' filter will + return chars that are not linked to any of the given traits. You can combine + multiple trait filters with 'and' and 'or' to get the exact behavior you + need.
+ This filter may used cached data, it may take up to 24 hours + before a char entry will have its traits updated with respect to this filter.
+ Chars that are linked to childs of the given trait are also included.
+ Be warned that this filter ignores spoiler settings, fetch the traits + associated with the returned char to verify the spoiler level. + + @@ -1512,6 +1530,7 @@ however still required.
2.27 2.25