Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
J
jio
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
jio
Commits
9bc9aa75
Commit
9bc9aa75
authored
Feb 21, 2014
by
Tristan Cavelier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
metadata.rst code block indentation remade
parent
99f2f758
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
docs/metadata.rst
docs/metadata.rst
+5
-6
No files found.
docs/metadata.rst
View file @
9bc9aa75
...
@@ -47,8 +47,9 @@ See below XML and its JSON equivalent:
...
@@ -47,8 +47,9 @@ See below XML and its JSON equivalent:
| http://my/resource | { |
| http://my/resource | { |
| </dc:identifier> | "scheme": "DCTERMS.URI", |
| </dc:identifier> | "scheme": "DCTERMS.URI", |
| <dc:identifier> | "content": "http://my/resource" |
| <dc:identifier> | "content": "http://my/resource" |
| Xaoe41PAPNIWz | }, |
| Xaoe41PAPNIWz | }, |
| </dc:identifier> | "Xaoe41PAPNIWz"]} |
| </dc:identifier> | "Xaoe41PAPNIWz" |
| | ]} |
+--------------------------------------------+---------------------------------------+
+--------------------------------------------+---------------------------------------+
List of metadata to use
List of metadata to use
...
@@ -425,10 +426,8 @@ With complex query:
...
@@ -425,10 +426,8 @@ With complex query:
.. code-block:: javascript
.. code-block:: javascript
jio.allDocs({
jio.allDocs({
"query": 'subject: "jIO" AND category: "resilience"'
"query": 'subject: "jIO" AND category: "resilience"'
},
});
callbacks);
Tools
Tools
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment