@budibase/server 2.6.19-alpha.11 → 2.6.19-alpha.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/builder/assets/{index.7a65d631.js → index.ccf74017.js} +1 -1
- package/builder/index.html +1 -1
- package/dist/automation.js +1 -1
- package/dist/automation.js.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/package.json +8 -8
- package/src/api/controllers/row/internal.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -32188,7 +32188,7 @@ async function exportRows(ctx) {
|
|
|
32188
32188
|
})).rows.map((row2) => row2.doc);
|
|
32189
32189
|
result = await outputProcessing(table2, response);
|
|
32190
32190
|
} else if (query3) {
|
|
32191
|
-
let searchResponse = await
|
|
32191
|
+
let searchResponse = await search3(ctx);
|
|
32192
32192
|
result = searchResponse.rows;
|
|
32193
32193
|
}
|
|
32194
32194
|
let rows2 = [];
|