By default Scout indexes the data returned from model's toArray method, so you might be overriding it and only returning an id.
You can also use toSearchableArray method to explicitly specify which data should be indexed.
Here is the docs: https://laravel.com/docs/8.x/scout#configuring-searchable-data