I’ve seen some examples that FQL is extended with Javascript.
I haven’t found any official documentation about it, and I’m not really sure how does it work,
I’m trying to follow OPTION2 from the link above to create a full text index for my collection. What I don’t understand is how does the JS code become part of the Index in Fauna. Is it somehow compiled into something that Fauna can execute and stored on Fauna side?
Just to make sure I understand - this Index becomes part of my DB, no matter where the documents are being created or updated from, right?
Is it possible to create this kind of Index from Fauna dashboard (from the Shell tab or from the Indexes tab) or only from a JS client?
Thanks
Sorry about the silly questions, but I just couldn’t figure this out.