Skip to content

Instantly share code, notes, and snippets.

@tisuchi
Created May 27, 2018 03:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tisuchi/e9c2614e1377bc7e006d39716cd0ab1c to your computer and use it in GitHub Desktop.
Save tisuchi/e9c2614e1377bc7e006d39716cd0ab1c to your computer and use it in GitHub Desktop.
<?php
/**
* The columns of the full text index
*/
protected $searchable = [
'first_name',
'last_name',
'email'
];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment