Merge pull request #15206 from Budibase/cheeks-fixes

Fix searching relationships
This commit is contained in:
Adria Navarro 2024-12-18 11:51:04 +01:00 committed by GitHub
commit a3593ec529
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -102,9 +102,8 @@
lastSearchId = Math.random()
searching = true
const thisSearchId = lastSearchId
const results = await searchFunction({
const results = await searchFunction(schema.tableId, {
paginate: false,
tableId: schema.tableId,
limit: 20,
query: {
string: {