BeanieODM / beanie

Asynchronous Python ODM for MongoDB
http://beanie-odm.dev/
Apache License 2.0
1.91k stars 201 forks source link

fix: count with text queries and links #826

Closed MrEarle closed 6 months ago

MrEarle commented 6 months ago

This PR aims to fix the count method when combining links and text queries.

Currently, the count method has the same issue as described in #606. This PR aims to implement the fix in #752 for the count method.

roman-right commented 6 months ago

Hi @MrEarle , Thank you for the PR!