Score | Date | Account | Toot |
---|
This is a search service of Mastodon's toot contents.
I have a toot collection server with Elasticsearch and node.js at my home.In the past we used Amazon Elasticsearch Service and Kinesis Firehose to provide the service, but stopped because of the high cost.
Mastodonのトゥート内容を検索するサービスです。
検索文字列に以下のような演算子を指定して下さい。
account.username:imksoo
account.display_name:"きりの"
account.note:絵描き
sensitive:false
sensitive:true
media_attachments.type:image
language:ja
その他、絞り込みに使える属性名は documentation/status.md at master tootsuite/documentation GitHubを参照して下さい。
空白区切りで文字列を複数並べるとAND検索になります。いずれかの文字列を含む検索を行いたい場合は、
this OR that
のように大文字でOR
を書いて下さい。
過去に使っていたAWS Elasticsearch Serviceをベースにしたものはhttps://github.com/imksoo/tootsearch
に置いたままにしてあります。
今あなたが見ているこのページのバックエンドのソースコードは非公開としています。