We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
privateだとフォロワー全員になり、directだと反応した人のみになるため、サークル投稿を読める人全員を指定した検索許可が現在存在しない
private
direct
enum searchabilityに新しい値は追加せず、privateをElasticSearchに渡すときに変換する(compute_searchabilityをいじる)ことで対応可能かもしれない
enum searchability
compute_searchability
The text was updated successfully, but these errors were encountered:
現状はsilent: falseでメンションした場合にのみ検索可能(限定投稿はsilent: true)
silent: false
silent: true
他サーバーと連合する時、searchableByにcontext (conversation) #8,#294 を指定した場合にこの「サークルメンバー」が適用されるようにする
searchableBy
context (conversation)
Sorry, something went wrong.
ElasticSearchのデータに新しいプロパティを追加することになるため、インデックスの再構築が必要。 特にサークル投稿が大きく発展するとかでなければ、本家が次にESいじるタイミングまで待ったほうがいいのではと思った
No branches or pull requests
欲しい機能
必要性
private
だとフォロワー全員になり、direct
だと反応した人のみになるため、サークル投稿を読める人全員を指定した検索許可が現在存在しないenum searchability
に新しい値は追加せず、private
をElasticSearchに渡すときに変換する(compute_searchability
をいじる)ことで対応可能かもしれないThe text was updated successfully, but these errors were encountered: