Fix searching relationsgips
This commit is contained in:
parent
6f4f114796
commit
6586b47c48
|
@ -102,9 +102,8 @@
|
||||||
lastSearchId = Math.random()
|
lastSearchId = Math.random()
|
||||||
searching = true
|
searching = true
|
||||||
const thisSearchId = lastSearchId
|
const thisSearchId = lastSearchId
|
||||||
const results = await searchFunction({
|
const results = await searchFunction(schema.tableId, {
|
||||||
paginate: false,
|
paginate: false,
|
||||||
tableId: schema.tableId,
|
|
||||||
limit: 20,
|
limit: 20,
|
||||||
query: {
|
query: {
|
||||||
string: {
|
string: {
|
||||||
|
|
Loading…
Reference in New Issue