derbyjs / racer

Realtime model synchronization engine for Node.js
1.18k stars 117 forks source link

Make the pattern chunk match non strict. #230

Closed mrThomasTeller closed 1 year ago

mrThomasTeller commented 9 years ago

Now it doesn't match events for paths like this: '_page.coll.12.field', because third chunk 12 (number) is compared to pattern '12' (string). But it can be fixed by making equality non strict.