-
The built-in `MapAdapter` and external `databroker.mongo_normalized` adapter supports the `FullText` query. We will add support for `FullText` in the built-in SQL-backed Catalog Adapter in #456, #457 …
-
Similar to the problem between the webapp and its db the common adapter and its db fail to start because the app dies before the database is up and running.
As a quick fix i implemented the common …
-
**Describe the bug**
I think I have encountered a very minor bug. Nothing critical, and nothing blocking. Took me some time to figure out what was going on, so thought I would share (I initially th…
-
**Node version**:
**Sails version** _(sails)_: 1.4.2
**ORM hook version** _(sails-hook-orm)_: 3.0.2
**Sockets hook version** _(sails-hook-sockets)_: N/A
**Organics hook version** _(sails-hook-org…
-
### This is my Docker-Compose file:
`version: '3'
services:
mongo1:
container_name: mongo1
image: mongo
ports:
- "27017:27017"
command: mongod --replSet myReplicaSet …
-
What should I pass as adapter to create-mongo-client?
(ql:quickload :mongo-cl-driver.cl-async)
(ql:quickload :mongo-cl-driver)
(mongo-cl-driver:create-mongo-client adapter :server (make-instance 'mo…
-
Hi,
I'm installing PHP-Reports softwar and composer says:
```
Problem 1
- Installation request for alcaeus/mongo-php-adapter 1.1.x-dev -> satisfiable by alcaeus/mongo-php-adapter[1.1.x-dev…
-
Hi,
First of all, thank you for your great work on the Rust implementation of Socket.IO. It's been very helpful for the community.
I am currently migrating a project from Node.js to Rust and using…
-
## Prerequisites
- mongo db with index for textual search
- moleculer-db
- moleculer-db-adapter-mongo
Create a collection with basic data
```
broker.call('users.create', {
username: "user01…
-
see https://github.com/mongodb/node-mongodb-native/commit/5a37a9244aa8a3ca0ce137c42f6593d99aca98ee
and then will throw error: Casbin mongo adapter not connected
```javascript
if (this.mongoClie…