Commit b50d820b authored by Vincent Bechu's avatar Vincent Bechu

[erp5_officejs] Fix mappingstorage for full text search

parent 2dba1051
...@@ -524,7 +524,7 @@ ...@@ -524,7 +524,7 @@
return one_query; return one_query;
} }
key = mapToMainProperty(storage, one_query.key, {}, {}); key = mapToMainProperty(storage, one_query.key, {}, {});
if (key) { if (key !== undefined) {
one_query.key = key; one_query.key = key;
return one_query; return one_query;
} }
......
...@@ -239,7 +239,7 @@ ...@@ -239,7 +239,7 @@
</item> </item>
<item> <item>
<key> <string>serial</string> </key> <key> <string>serial</string> </key>
<value> <string>960.14254.57744.3293</string> </value> <value> <string>960.25496.14411.56081</string> </value>
</item> </item>
<item> <item>
<key> <string>state</string> </key> <key> <string>state</string> </key>
...@@ -257,7 +257,7 @@ ...@@ -257,7 +257,7 @@
</tuple> </tuple>
<state> <state>
<tuple> <tuple>
<float>1498139839.71</float> <float>1502900157.25</float>
<string>UTC</string> <string>UTC</string>
</tuple> </tuple>
</state> </state>
......
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