social.coves.community.post.search
{
"id": "social.coves.community.post.search",
"defs": {
"main": {
"type": "query",
"output": {
"schema": {
"type": "object",
"required": [
"posts"
],
"properties": {
"posts": {
"type": "array",
"items": {
"ref": "social.coves.feed.defs#feedViewPost",
"type": "ref"
}
},
"cursor": {
"type": "string",
"maxLength": 500
}
}
},
"encoding": "application/json"
},
"parameters": {
"type": "params",
"required": [
"q"
],
"properties": {
"q": {
"type": "string",
"maxLength": 500,
"description": "Search query"
},
"sort": {
"type": "string",
"default": "relevance",
"maxLength": 64,
"knownValues": [
"relevance",
"new",
"top"
]
},
"tags": {
"type": "array",
"items": {
"type": "string",
"maxLength": 640,
"maxGraphemes": 64
},
"description": "Filter by tags"
},
"type": {
"type": "string",
"maxLength": 64,
"description": "Filter by post type",
"knownValues": [
"text",
"image",
"video",
"article",
"microblog"
]
},
"limit": {
"type": "integer",
"default": 50,
"maximum": 100,
"minimum": 1
},
"author": {
"type": "string",
"format": "at-identifier",
"description": "Filter by author"
},
"cursor": {
"type": "string",
"maxLength": 500
},
"community": {
"type": "string",
"format": "at-identifier",
"description": "Filter by specific community"
},
"timeframe": {
"type": "string",
"default": "all",
"maxLength": 64,
"knownValues": [
"hour",
"day",
"week",
"month",
"year",
"all"
]
}
}
},
"description": "Search for posts"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}
Metadata
- DID
-
did:web:coves.social - CID
-
bafyreih4avfryqquzwlhpcf5tz3txjhp6wzkybfnc76tchhpapucdaxyqa - Indexed At
- 2026-07-24 05:18 UTC
- AT-URI
-
at://did:web:coves.social/com.atproto.lexicon.schema/social.coves.community.post.search