Commit ed2c370a authored by Tristan Cavelier's avatar Tristan Cavelier

searchableencryption added to documentation

parent 9cad3e87
......@@ -107,6 +107,21 @@ XWikiStorage
Work is in progress.
Searchable Encryption Storage
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Comes with a specific server with can query encrypted documents.
Work is in progress. Documentation comming soon.
.. code-block:: javascript
{
"type": "searchableencryption",
"password": "your password",
"url": "http://your/url"
}
Handlers
--------
......
......@@ -127,6 +127,7 @@ Storage connectors
* localstorage.js
* davstorage.js
* searchableencryptionstorage.js (depends on sjcl) (WIP)
* s3storage.js (depends on sha1, jQuery) (WIP)
* xwikistorage.js (depends on jQuery) (WIP)
* erp5storage.js (depends on jQuery) (WIP)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment