Commit 68798710 authored by Alexandra Rogova's avatar Alexandra Rogova

rebase jio master

parent 04b2ec22
......@@ -1061,7 +1061,7 @@
Storage200.prototype.buildQuery = function (options) {
deepEqual(options, {
query: '( subtitle: "bar" )',
query: 'subtitle: "bar"',
ids: ["1"]
}, "buildQuery 200 called");
return [];
......@@ -1169,7 +1169,7 @@
Storage200.prototype.buildQuery = function (options) {
deepEqual(options, {
query: '( subtitle: "bar" )',
query: 'subtitle: "bar"',
include_docs: true,
ids: ["1"]
}, "buildQuery 200 called");
......
......@@ -29,8 +29,8 @@ See https://www.nexedi.com/licensing for rationale and options.
<script src="../external/qunit.js" type="text/javascript"></script>
<script src="../external/sinon.js" type="text/javascript"></script>
<!--<script src ="./elasticlunr.js"></script>
<script src="./elasticlunrstorage.js"></script>-->
<script src ="../external/elasticlunr.js"></script>
<script src="../src/jio.storage/elasticlunrstorage.js"></script>
<script>
QUnit.config.testTimeout = 5000;
......
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