L. Fox
L. Fox

Reputation: 354

Remove Namespace Prefix From ObjectID In Laravel Scout

I've got a Laravel scout project with Algolia. On my index, my record's objectId is being prefixed by the namespace. Here's an example "objectID": "App\\Models\\Path::6bc4105c-8eb2-4eda-8a29-201a04687725". I've got my getScoutKey() set to return $this->uuid.

Any ideas how I can remove the namespace prefix?

Upvotes: 0

Views: 49

Answers (0)

Related Questions