1
0
Fork 0
mirror of synced 2024-10-02 10:08:09 +13:00

remove log

This commit is contained in:
Peter Clement 2024-03-06 14:42:30 +00:00
parent 9f8ba40fe9
commit 632b9a26f4

View file

@ -12,7 +12,6 @@ import {
import dayjs from "dayjs"
import { OperatorOptions, SqlNumberTypeRangeMap } from "./constants"
import { deepGet } from "./helpers"
import test from "node:test"
const HBS_REGEX = /{{([^{].*?)}}/g
@ -360,7 +359,6 @@ export const runLuceneQuery = (docs: any[], query?: SearchQuery) => {
const oneOf = match(
SearchQueryOperators.ONE_OF,
(docValue: any, testValue: any) => {
console.log(testValue)
if (typeof testValue === "string") {
testValue = testValue.split(",")
if (typeof docValue === "number") {