Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX some typos in orion-api.md #4488

Merged
merged 1 commit into from
Jan 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions doc/manuals/orion-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -542,8 +542,8 @@ In order to search for `Tree1` in that scope, the same
Fiware-ServicePath will be used.

Scopes are hierarchical and hierarchical search can be done. In order to
do that the `\#` special keyword is used. Thus, a query with
pattern entity id `.\*` of type `Tree` in `/Madrid/Gardens/ParqueNorte/#`
do that the `#` special keyword is used. Thus, a query with
pattern entity id `.*` of type `Tree` in `/Madrid/Gardens/ParqueNorte/#`
will return all the trees in `ParqueNorte`, `Parterre1` and `Parterre2`.

Finally, you can query for disjoint scopes, using a comma-separated list
Expand Down Expand Up @@ -571,7 +571,7 @@ Some additional remarks:
entities created without `Fiware-ServicePath` (or that don't include
service path information in the database) belongs to a root scope
`/` implicitly. All the queries without using `Fiware-ServicePath`
(including subscriptions) are on `\#` implicitly. This behavior
(including subscriptions) are on `/#` implicitly. This behavior
ensures backward compatibility to pre-0.14.0 versions.

- It is possible to have an entity with the same ID and type in
Expand Down
Loading