GeekTrainer / botframework-routing

3 stars 0 forks source link

Connection providers don't support more advanced queries #9

Open navzam opened 6 years ago

navzam commented 6 years ago

Methods in ConnectionProvider like getPendingConnections() will return a list of connections with no way to filter them within the provider. You have to retrieve all connections and then filter them yourself.

We need think through a way to allow things like filtering in the provider without creating our query language/parser...