Fix searching relationsgips
This commit is contained in:
parent
6f4f114796
commit
6586b47c48
|
@ -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: {
|
||||
|
|
Loading…
Reference in New Issue