How to query for notifications with specific params #220
joemasilotti
started this conversation in
General
Replies: 1 comment
-
Depends on what you're trying to do. You can query against the Postgres uses the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to query for the number of "read" conversations. Or, how many conversations have one or more messages with a read notification. I tried something like this but can't get the query to work with the
params
jsonb column from Noticed.Am I thinking about this the wrong way? Or do I need to brush up on my jsonb/Arel querying?
Beta Was this translation helpful? Give feedback.
All reactions