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

[7x] Implement setFilteredRecords feature. #2609

Closed
wants to merge 1 commit into from

Conversation

kenzhegulov
Copy link

New method setFilteredRecords

New method setFilteredRecords
@@ -502,7 +502,7 @@ public function make($mDataSupport = false)
$this->totalRecords = $this->totalCount();

if ($this->totalRecords) {
$this->filterRecords();
// $this->filterRecords();
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should not be commented out. The logic to disable filtering should be inside the filterRecords method. See on latest version how it was implemented. Thanks!

@yajra yajra changed the title Update BaseEngine.php [7x] Implement setFilteredRecords feature. Apr 14, 2021
yajra added a commit that referenced this pull request May 8, 2022
@yajra yajra closed this May 8, 2022
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

Successfully merging this pull request may close these issues.

2 participants