GithubHelp home page GithubHelp logo

Comments (3)

jsteemann avatar jsteemann commented on June 24, 2024

@Kafkalasch : there is no option available to configure the character that is used to separate the collection name part and the key part in ArangoDB document ids. The character is hard-coded to /, and many components in ArangoDB rely on this character. So I think it is safe to assume that it will stay this way for the foreseeable future.

In order to use a document id in URLs, it will need to be URL-encoded, e.g. /orders/mycollection/123 would become /orders/%2f123 or such. This does not only apply to the forward slash, but also to some other punctuation characters which could be used in URLs.
There is also the possibility of doing the replacement of forward slashes with some other character in the client application, and decoding it on the server-side if custom receiving APIs are built on the server side. If the latter is not the case, then it is of course not an option.

from arangodb.

Kafkalasch avatar Kafkalasch commented on June 24, 2024

thank you for the fast response. I already expected something like this but thought I'd ask just to be sure =)

from arangodb.

dothebart avatar dothebart commented on June 24, 2024

please remember that there may be more characters worth the effort of URL encoding.
Will close this now.

from arangodb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.