The included repos re-produces an error that has crept into rxdb
in version 12.
It shows a simple database store (this one running in memory) that is unable to return query results which match using a regular expression.
- Clone the repos
- install dependencies
- run
ts-node ./src/example.ts
The query using $eq
matching an exact string returns results as expected
The third query which attempts nested $regex
queries inside an $or
collection will throw an error
Note there's also now some erroneous console logs that show here false