Steem LogoSDS API Reference0.1.9


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?

All Posts By Author

/ getPostsByAuthorText / :author / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?

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

/ getPostsByAuthorTimeTagsText / :author / :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?

Active Posts By Author

/ getActivePostsByAuthorText / :author / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?

/ getActivePostsByAuthorTagsText / :author / :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?

All Comments By Author

/ getCommentsByAuthorText / :author / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?

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

/ getCommentsByAuthorTimeTagsText / :author / :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 Comments By Author

/ getActiveCommentsByAuthorText / :author / :searchText / :searchIn? / :observer? / :bodyLength? / :orderBy? / :orderDir? / :limit? / :offset?

/ getActiveCommentsByAuthorTagsText / :author / :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"
   ],
   "referenced_modules": [
      "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": "125.014 GB",
   "page_size": "4096 Bytes",
   "type": "SQLITE",
   "journal_mode": "WAL",
   "busy_timeout": 10000,
   "log_level": "INFO"
}