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

[9.0] Add support for startsWithSearch filter. #2163

Merged
merged 1 commit into from
Aug 31, 2019
Merged

[9.0] Add support for startsWithSearch filter. #2163

merged 1 commit into from
Aug 31, 2019

Conversation

yajra
Copy link
Owner

@yajra yajra commented Aug 30, 2019

Fix #2161

Usage

        return datatables()
            ->eloquent($query)
            ->setRowId('id')
            ->startsWithSearch(); // enable starts with keyword filter.

@yajra yajra merged commit 5448010 into 9.0 Aug 31, 2019
@yajra yajra deleted the startsWithSearch branch August 31, 2019 00:51
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.

HalfSmartSearch
1 participant