As a new (and excited) user, I too had this issue when trying to jump in ASAP to âkick the tiresâ with little to know knowledge of what to expect or how to do anything within the Ratel browser. The source of this initial confusion was when I hit the âAdding Indexesâ section of the Getting Started page (https://docs.dgraph.io/get-started/#adding-indexes). The basic instruction above on that page says to just copy/paste between the single-quotes if you are not using curl and want to work within the Ratel browser.
The issue seems to be that the curl url includes the âalterâ keyword (? suffix) and there does not appear to be anywhere in the Ratel browser for pasting and running this schema altering statement. Fortunately I was excited enough to keep poking around and stumbled on the Bulk Edit panel in the Schema tab and directly edited the entries there to include the alterations that would be done by this Getting Started curl expression.
Two possible solutions: 1) Update the Ratel Schema tab UI to include a panel to paste and run schema altering statements or (at least) tweak the instructions on the Getting Started page to explain the way to do the alteration within the existing Ratel browser.
Keep up the great work⌠As a Neo4j expat, I look forward to using this exciting technology and being a member of the community.
In fact Docs donât shows how to use Ratel. In Ratel is slightly different in fact. Therefore Docs does not recommend a syntax to be used in Ratel. This you got there is just for alter operations via Alter endpoint. Can be made by cURL or HTTP client or gRPC client.
Alter painel was removed. And now is âbulk editâ.