alterEgo123
alterEgo123
There's support for fuzzy search in PostgreSQL with [pg_trgm](https://www.postgresql.org/docs/current/pgtrgm.html) or [fuzzystrmatch](https://www.postgresql.org/docs/current/fuzzystrmatch.html)
@robert-nash I had to change all my documents to inherit from _Document_ class instead of _BaseClass(Document)_. Another thing you can do it, is to edit _mongoengine's mongoengine/queryset/base.py_ Edit this line...
Hello, did you manage to solve this?
Hello, I'm also looking if there's a solution for this.
@Mayism Even the JavaScript demo doesn't work. It returns this error ```TypeError: Cannot read property 'getCommonConfiguration' of undefined at Function.CloudDBSdkUtils.getCloudGwUrl (/home/rsf/Desktop/agc/agc-demos/Server/agc-clouddb-demo-javascript/node_modules/@agconnect/database-server/dist/utils/CloudDBSdkUtils.js:34:56) at new HttpsCommunicator (/home/rsf/Desktop/agc/agc-demos/Server/agc-clouddb-demo-javascript/node_modules/@agconnect/database-server/dist/communicator/https/HttpsCommunicator.js:79:64) at AGConnectCloudDB.CloudDBService (/home/rsf/Desktop/agc/agc-demos/Server/agc-clouddb-demo-javascript/node_modules/@agconnect/database-server/dist/services/CloudDBService.js:29:30) at new...
'undefined' refers to `cloudDBZoneClient` in `CloudDBZoneWrapper` which is not being initialized, even though I've set `credentialPath` and `zoneName`
Did you find a solution for this?