1
0
Fork 0
mirror of synced 2024-09-19 02:39:37 +12:00
This commit is contained in:
Dean 2024-04-23 15:36:38 +01:00
parent 8791323003
commit d609100cd7
2 changed files with 1 additions and 3 deletions

View file

@ -7,8 +7,6 @@ import {
FieldType,
RelationshipsJson,
Row,
SearchRowRequest,
SearchRowResponse,
Table,
UserCtx,
} from "@budibase/types"

View file

@ -10,7 +10,7 @@ import {
import { dataFilters } from "@budibase/shared-core"
import sdk from "../../../sdk"
import { db, context } from "@budibase/backend-core"
import { enrichSearchContext, userSearchFromContext } from "./utils"
import { enrichSearchContext } from "./utils"
export async function searchView(
ctx: UserCtx<SearchViewRowRequest, SearchRowResponse>