サイトで algolia-search プラグインを使用しています。トピックのメイントピックと、返信の総数、ユーザーの総数、最後の返信の日付を表示したいと考えています。このデータは現在トピックページで利用可能ですが、Algolia の検索結果では利用できません。Algolia でこのデータを利用する方法はありますか?
たとえば、次の投稿には作成日、最後の返信日、返信数、閲覧数、ユーザー数が表示されています。
投稿: https://www.couchbase.com/forums/t/using-sync-gateway-cbl-with-capella/32008
「Using Sync Gateway & CBL with Capella」というトピックタイトルを検索すると、Algolia には次のデータがあります。このレコードは、トピックの 2 番目の投稿であることを示しています。トピックページで利用可能なデータを表示することは可能ですか?
{
"url": "/t/using-sync-gateway-cbl-with-capella/32008/2",
"post_id": 99226,
"post_number": 2,
"created_at": 1634743086,
"updated_at": 1634743086,
"reads": 30,
"like_count": 0,
"image_url": null,
"word_count": 33,
"content": "Hello,\nSync Gateway and Couchbase Lite are not available to use with Couchbase Capella at the moment. Please find more details on Couchbase Capella capabilities here - https://www.couchbase.com/products/capella\nThanks",
"user": {
"id": 11384,
"url": "/u/payal",
"name": "Payal Gupta",
"username": "Payal",
"avatar_template": "/user_avatar/forums.couchbase.com/payal/{size}/8557_2.png"
},
"topic": {
"id": 32008,
"url": "https://forums.couchbase.com/t/using-sync-gateway-cbl-with-capella/32008",
"title": "Using Sync Gateway & CBL with Capella",
"views": 1094,
"slug": "using-sync-gateway-cbl-with-capella",
"like_count": 0,
"tags": []
},
"category": {
"id": 41,
"url": "/c/couchbase-capella/41",
"name": "Couchbase Capella",
"color": "0088CC",
"slug": "couchbase-capella"
},
"objectID": "99226"
}