@budibase/shared-core 2.13.19 → 2.13.20

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
@@ -5096,7 +5096,7 @@ var runLuceneQuery = (docs, query) => {
5096
5096
  if ((0, import_dayjs.default)(docValue).isValid()) {
5097
5097
  return new Date(docValue).getTime() < new Date(testValue.low).getTime() || new Date(docValue).getTime() > new Date(testValue.high).getTime();
5098
5098
  }
5099
- throw "Cannot perform range filter - invalid type.";
5099
+ return false;
5100
5100
  }
5101
5101
  );
5102
5102
  const equalMatch = match(