com.suibari.nagi.searchPosts

suibari.com

Schema Diff

+11 -1

From

CID
bafyreiagocdbjcv...
Indexed At
2026-07-24 10:49 UTC
View this version

To

CID
bafyreicddc7on5b...
Indexed At
2026-08-05 17:13 UTC
View this version

Compatibility Analysis

Backward Compatible

No changes detected.

1 1
{
2 2
  "id": "com.suibari.nagi.searchPosts",
3 3
  "defs": {
4 4
    "main": {
5 5
      "type": "query",
6 6
      "output": {
7 7
        "schema": {
8 8
          "ref": "com.suibari.nagi.getTimeline#output",
9 9
          "type": "ref"
10 10
        },
11 11
        "encoding": "application/json"
12 12
      },
13 13
      "parameters": {
14 14
        "type": "params",
15 15
        "properties": {
16 16
          "q": {
17 17
            "type": "string",
18 18
            "maxLength": 200,
19 -
            "description": "自由文キーワード。意味検索(埋め込み)+語彙一致のハイブリッドで検索する。"
19 +
            "description": "自由文キーワード。既定では意味検索(埋め込み)+語彙一致のハイブリッドで検索する。"
20 20
          },
21 21
          "tag": {
22 22
            "type": "string",
23 23
            "description": "小文字で正規化したタグ(# は含まない)。"
24 24
          },
25 +
          "mode": {
26 +
            "type": "string",
27 +
            "default": "hybrid",
28 +
            "description": "q 指定時の検索方法。exact=語彙一致のみ(新着順) / semantic=意味近傍のみ(語彙一致ヒットは除外・近い順) / hybrid=両者を混ぜた1本。tag 指定時は無視される。",
29 +
            "knownValues": [
30 +
              "exact",
31 +
              "semantic",
32 +
              "hybrid"
33 +
            ]
34 +
          },
25 35
          "limit": {
26 36
            "type": "integer",
27 37
            "default": 50,
28 38
            "maximum": 100,
29 39
            "minimum": 1
30 40
          },
31 41
          "cursor": {
32 42
            "type": "string"
33 43
          }
34 44
        },
35 45
        "description": "q(自由文キーワード検索)と tag(タグ絞り込み)のどちらか一方を指定する。q 優先。"
36 46
      }
37 47
    }
38 48
  },
39 49
  "$type": "com.atproto.lexicon.schema",
40 50
  "lexicon": 1
41 51
}

Compare Other Versions

Lexicon Garden

@