Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature proposal: Additional where equal value for each column or relation #181

Open
putchi opened this issue Nov 5, 2018 · 0 comments
Open

Comments

@putchi
Copy link
Contributor

putchi commented Nov 5, 2018

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant