Open essivision opened 8 years ago
That's to set the priority or relevance rating of those specific columns in your search results.. It's pretty clear in the readme/documentation.
+1
I don't agree that it is clear in the documentation.
It's vague. I don't get what 10, 10, 2, 5, 2 and 1 means for the column values of first_name, last_name and so fort. As this issue #122.
Please make it clearer.
Hi What does it means number in eloquent example?
protected $searchable = [`
class User extends \Eloquent
{use SearchableTrait;
} `