searchableUsing()->updateIndexSettings( $form->participantsSearchableAs(), [ 'filterableAttributes' => $form->getFields()->getKeys(), 'searchableAttributes' => $form->getFields()->getKeys(), 'sortableAttributes' => [], 'displayedAttributes' => [...$form->getFields()->getKeys(), 'id'], 'pagination' => [ 'maxTotalHits' => 1000000, ] ] ); } }