-
### Report
- When update secret for backup storage in kind PerconaServerMongoDB updates are not applied to PBM backup configuration
- When update endpointUrl backup storages s3 updates are not appli…
-
Query().apply_custom_filter does simple exact search for custom filters. This does not server the purpose most of the time ( at least for me ) . I need to filter using mongodb operators like $regex, $…
-
My `pymongo` code:
```python
pipeline = [
{
'$match': {
'version': self.version,
'user_version': self.version
…
-
This depends on doctrine/mongodb#128.
See: http://docs.mongodb.org/manual/reference/operator/push/#op._S_push
-
With https://github.com/canonical/redis-k8s-operator/pull/61 observability (COS lite) was added to this charm. Basic integration test coverage is already available, but test coverage for high availabi…
-
### Prerequisites
- [x] I have written a descriptive issue title
- [x] I have searched existing issues to ensure the bug has not already been reported
### Mongoose version
8.7.2
### Node.js versi…
-
jQuery-QueryBuilder has plugins that allow the output type to be SQL or a Mongodb query. Is it possible to use those plugins with this project? Or is there another way to get a language-specific outpu…
-
@kgcarr
If we need to remove PVC and PV when deleting MongoDB.
If we don't need to we can remove the function `addControlleronPVC`
https://github.com/IBM/ibm-mongodb-operator/blob/master/pkg/co…
-
https://www.mongodb.com/docs/manual/reference/operator/aggregation/replaceWith/
-
### Feature Description
I tried to combine `And` and `Or` operator without using `queryBuilder`.
I wanted to get SQL query like this.
> SELECT * FROM TABLE WHERE FIELD1='VALUE' AND (FIELD2='VALUE…