Armen Rostamian
Armen Rostamian
Seeing the same issue with `vite-SSG` + `NauiveUI`
I can assign this to myself and figure out the bug, please just leave it open so I can track/update and maybe open a PR
@aliscott - I was able to workaround using that command switch, as I had previously. :) Thank you! Let me get you some debug logging and see if we can't...
@MHarutunian - Hi friend 🙋♂️ 🇦🇲 ✌️
Out of curiosity - what alternatives are out there, these days?
I can confirm that the standard ArangoJS driver works for this. I went snooping around the OrangoJS codebase, and I think the problem is as simple as the case being...
Figured out a bunch of stuff. ## Index options *actually* do work! We just have to append "opts" to the index, like in the code snippet, below. So, that's my...
^^ The above code works, but you'll have to specify which Index TYPE you want to use (Hash, etc). I can verify as I am using the same exact setup....
In that case, yes. Your first example was correct, with the following correction: ``` indexes: [ { type: SCHEMA.INDEX.HASH, fields: ['email', 'username'], opts: { sparse: false, unique: true }, },...
^^ This just helped me figure out a problem I've been fighting for days. :)