Tables: search returns only 20 records
# 🤝help
g
I have tables of products containing 1000s of records. Search done should return 100s of them but seems only returns 20 in every case. Does search on table like filter has limit and offset fields? How do i do it, I need search as the natural flow of dialog is satisfied by that requirement only. I can not do enter product type, followed by enter vendor or an approach like that it is too bad. Please help
@acceptable-kangaroo-64719
well limit does work with search also 🙂 Ty
q
I use like this "const results = await Realestate_Table.findRecords({selectorName: 'test1', limit: 1000})" you can put higher limit. I think default is 20.