searchAsYouType('name', ['boost' => 2]) ->keyword('tags', ['normalizer' => 'lowercase']) ->text('description') ->text('source') ->date('created_at') ->date('updated_at'); }); } /** * Reverse the migration. */ public function down(): void { Index::dropIfExists('recipes'); } }