@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/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 exports.search(ctx);
32191
+ let searchResponse = await search3(ctx);
32192
32192
  result = searchResponse.rows;
32193
32193
  }
32194
32194
  let rows2 = [];