You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In addition to the all "LIKE" queries generated and searched by relevance (thumbs up!) it will be very good to add a "or equal" query for the column or relation.
Feature proposal:
In addition to the all "LIKE" queries generated and searched by relevance (thumbs up!) it will be very good to add a "or equal" query for the column or relation.
something like:
foreach ($this->getColumns() as $column => $relevance) {
$query->orWhere($column, '=', $this->search_value);
}
@nicolaslopezj what do you think? could it be done?
The text was updated successfully, but these errors were encountered: