Merge branch 'master' into fix/views-from-tables-with-whitespaces
This commit is contained in:
commit
3aaedbf02f
|
@ -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