Skip to content
This repository was archived by the owner on Dec 15, 2021. It is now read-only.
This repository was archived by the owner on Dec 15, 2021. It is now read-only.

Add regex support to client filters #3

@anowell

Description

@anowell

Support for regex filtering of events (e.g. events?filter=^hello$) exists here:

_.any(toArray(param), (p) -> check.match(new RegExp(p)))

But it's not implemented for clients:

_.intersection(toArray(param), subscriptions).length > 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions