Steem LogoSDS API Reference0.1.7c


content_search_api


/ getConfig


All Posts

/ getPostsByText / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?

/ getPostsByTagsText / :searchTags / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?

/ getPostsByTimeTagsText / :fromTime - :toTime / :searchTags / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?


Active Posts

/ getActivePostsByText / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?

/ getActivePostsByTagsText / :searchTags / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?


All Comments

/ getCommentsByText / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?

/ getCommentsByTagsText / :searchTags / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?

/ getCommentsByTimeTagsText / :fromTime - :toTime / :searchTags / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?


Active Comments

/ getActiveCommentsByText / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?

/ getActiveCommentsByTagsText / :searchTags / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?

Active Config


{
   "id": "content_search_api",
   "group_id": "posts",
   "parsing_order": 280,
   "required_modules": [
      "chain_api",
      "posts_api",
      "feeds_api"
   ],
   "parse_reversible": true,
   "allow_vacuum": false,
   "event_handlers": [
      "chain_api.onRemovePost",
      "posts_api.onSyncPost"
   ],
   "store_days": 0,
   "include_posts": true,
   "include_comments": true
}

Database Info


{
   "name": "content_search_api",
   "size": "117.467 GB",
   "page_size": "4096 Bytes",
   "type": "SQLITE",
   "journal_mode": "WAL",
   "busy_timeout": 10000,
   "log_level": "WARN"
}