@budibase/server 2.6.19-alpha.11 → 2.6.19-alpha.13

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.
@@ -8,8 +8,8 @@
8
8
  <link rel="preconnect" href="https://fonts.gstatic.com" />
9
9
  <link href="https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap"
10
10
  rel="stylesheet" />
11
- <script type="module" crossorigin src="/builder/assets/index.7a65d631.js"></script>
12
- <link rel="stylesheet" href="/builder/assets/index.ec1c6a1a.css">
11
+ <script type="module" crossorigin src="/builder/assets/index.919dd05a.js"></script>
12
+ <link rel="stylesheet" href="/builder/assets/index.46d94ca7.css">
13
13
  </head>
14
14
 
15
15
  <body id="app">
@@ -28922,7 +28922,7 @@ async function exportRows(ctx) {
28922
28922
  })).rows.map((row) => row.doc);
28923
28923
  result = await outputProcessing(table, response);
28924
28924
  } else if (query) {
28925
- let searchResponse = await exports.search(ctx);
28925
+ let searchResponse = await search3(ctx);
28926
28926
  result = searchResponse.rows;
28927
28927
  }
28928
28928
  let rows2 = [];