Open Ucer opened 7 years ago
What the meaning of the param ?
'columns' => [ 'articles.slug' => 5 , 'articles.title' => 2, 'articles.content' => 1, ],
I don't understand the meaning of the number's values.And how to define them.
Columns and their priority in search results. Columns with higher values are more important. Columns with equal values have equal importance.
What the meaning of the param ?
I don't understand the meaning of the number's values.And how to define them.