Skip to content

Commit

Permalink
fix calling wrong indexer method
Browse files Browse the repository at this point in the history
  • Loading branch information
wychoong authored Sep 8, 2023
1 parent e179669 commit 3fecdb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/Base/Traits/Searchable.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trait Searchable
*/
public function getFilterableAttributes()
{
return $this->indexer()->getFilterableAttributes();
return $this->indexer()->getFilterableFields();
}

/**
Expand Down

0 comments on commit 3fecdb2

Please sign in to comment.