diff --git a/src/pages/ocotillo/thing/list.tsx b/src/pages/ocotillo/thing/list.tsx index 67554f7b..cf92ed35 100644 --- a/src/pages/ocotillo/thing/list.tsx +++ b/src/pages/ocotillo/thing/list.tsx @@ -102,10 +102,12 @@ export const WellList: React.FC = () => { const { triggerExport, isLoading: exportIsLoading } = useExport({ resource: 'thing', dataProviderName: 'ocotillo', + pageSize: 500, meta: { params: { thing_type: ['water well', 'geothermal well'], include_contacts: true, + ...(search ? { name_contains: search } : {}), }, }, })