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