From 422c0a30336d8178a119b03313b3fb4f65388a5e Mon Sep 17 00:00:00 2001 From: Andrew Kingston Date: Thu, 6 Jan 2022 14:05:32 +0000 Subject: [PATCH] Comment builder implementation of lucene searching to highlight that it will be replaced --- packages/builder/src/helpers/fetchTableData.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/packages/builder/src/helpers/fetchTableData.js b/packages/builder/src/helpers/fetchTableData.js index 8b413f3611..6d61ec813e 100644 --- a/packages/builder/src/helpers/fetchTableData.js +++ b/packages/builder/src/helpers/fetchTableData.js @@ -1,5 +1,7 @@ // Do not use any aliased imports in common files, as these will be bundled -// by multiple bundlers which may not be able to resolve them +// by multiple bundlers which may not be able to resolve them. +// This will eventually be replaced by the new client implementation when we +// add a core package. import { writable, derived, get } from "svelte/store" import * as API from "../builderStore/api" import { buildLuceneQuery } from "./lucene"