Merge branch 'master' into fix/views-from-tables-with-whitespaces

This commit is contained in:
Adria Navarro 2024-12-18 11:59:53 +01:00 committed by GitHub
commit 3aaedbf02f
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: {