What is the best way to filter channels by name #2085
-
What would you guys recommend to use when I want to filter channels by name, I use direct channels the name is generated from the member's field. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Edited: Hello @lemberh. You can use:
To filter channels by name. Please let me know it that solves your problem. Original: Hello @lemberh. We currently do not support filtering by channel's name. Like: But, as you use direct channels, you could filter by the members of the channel. Like:
You said: in the example search searches for the messages in the channels. What do you mean? I see an example that we are filtering by the |
Beta Was this translation helpful? Give feedback.
Edited:
Hello @lemberh.
You can use:
To filter channels by name. Please let me know it that solves your problem.
Original:
Hello @lemberh.
We currently do not support filtering by channel's name. Like:
Filters.contains("name", "Channel name")
.But, as you use direct channels, you could filter by the members of the channel. Like:
You said: in the example search searches for the messages in the channels. What do you mean? I see an example that we are filtering by the
type
and we would like to have channels of the typemessage
.