@book000/pixivts - v0.61.1
    Preparing search index...

    Variable SearchTargetConst

    SearchTarget: {
        EXACT_MATCH_FOR_TAGS: "exact_match_for_tags";
        KEYWORD: "keyword";
        PARTIAL_MATCH_FOR_TAGS: "partial_match_for_tags";
        TITLE_AND_CAPTION: "title_and_caption";
    } = ...

    Search match target for illust / novel searches.

    • partial_match_for_tags — tags contain the word (default)
    • exact_match_for_tags — tags exactly equal the word
    • title_and_caption — title or caption contains the word
    • keyword — general keyword search (novel only)

    Type Declaration

    • ReadonlyEXACT_MATCH_FOR_TAGS: "exact_match_for_tags"
    • ReadonlyKEYWORD: "keyword"
    • ReadonlyPARTIAL_MATCH_FOR_TAGS: "partial_match_for_tags"
    • ReadonlyTITLE_AND_CAPTION: "title_and_caption"