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
#43 以降、MongoDBのデータ構造を変更したためにreactions.countを用いた検索が効かなくなっている。
reactions.countで絞りたいという要望も多いため、何らかの形で対応したい
The text was updated successfully, but these errors were encountered:
reactions: [ { name: 'koresuki', user: 'Uhoge', }, { name: 'koresuki', user: 'Ufuga', }, { name: '+1', user: 'Uhoge', }, ], reactionsCount: { koresuki: 2, '+1': 1, },
こんな感じかな~
Sorry, something went wrong.
hakatashi
No branches or pull requests
#43 以降、MongoDBのデータ構造を変更したためにreactions.countを用いた検索が効かなくなっている。
reactions.countで絞りたいという要望も多いため、何らかの形で対応したい
The text was updated successfully, but these errors were encountered: