Skip to content

Commit

Permalink
fix: update feature search to work with new requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ScuffedNewt authored Jul 29, 2024
1 parent 65a9a03 commit d43359d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Feature/Feature.php
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ public function getUrlAttribute() {
* @return string
*/
public function getSearchUrlAttribute() {
return url('masterlist?feature_id[]='.$this->id);
return url('masterlist?feature_ids[]='.$this->id);
}

/**
Expand Down

0 comments on commit d43359d

Please sign in to comment.