28 Commits (master)

Author SHA1 Message Date
dimti c5f45e1585 Remove $config type in SearchBuilder constructor 5 years ago
Vincent Klaiber 221627e58d Update SearchyServiceProvider.php 7 years ago
Vyacheslav Basenko 04b2e278dd Removed unnecessary second substr call 7 years ago
Vyacheslav Basenko 6ea1214760 Fix search query with quotes by replacing trim function to substr. 7 years ago
Tom Lingham 0732dc7d2c Add Fuzzy Search driver with unicode support 8 years ago
Tom Lingham 09763f0f7f Merge 8 years ago
Tom Lingham 19d7db244d Just some tlc 8 years ago
Tom Lingham ed432fbc50 Coalesce NULL fields to empty string for the purposes of running the search. Fixed #23 8 years ago
Vincent Klaiber 04a66d99e9 Add working test suite 8 years ago
Daniel Iancu 15082590a4 Fix column with table sanitize 8 years ago
Tom Lingham 31d7a1c54e Update docs and runaway semicolon. 8 years ago
Tom Lingham fd959de449 Allow the fields to be passed as an array as well as arguments 8 years ago
Tom Lingham 7c840af2f6 Santize table names to prevent conllisions with MySQL reserved words. Fixes #25. 8 years ago
Tom Lingham 5ffe20902f Corrected SQL syntax so that functions are not incorrectly interpreted as table names. Fixes #28. 8 years ago
Tom Lingham 17e1b7c45b Adding 'withTrashed()' method to include soft deleted records and also removed soft deleted records by default. Fixed #15. 8 years ago
Jake Boyles c6d58e0c17 adding trashed flag 8 years ago
Jake Boyles 97fdd406e3 Adding line to remove soft deleted objects from returned results, so it falls in line with using eloquent 8 years ago
Tom Lingham 28b0e04bb2 Formatting changes and updating class references from strings to use php ::class const 8 years ago
James Brooks c2ec458b2c Switch to PSR-4, fix CS and update service provider 8 years ago
Tom Lingham 1e346baf59 Laravel 5 awesomeness 9 years ago
Tom Lingham 689d9804c0 Updating the plugin to restore functionality with Laravel 5. Tomorrow... decoupling. 9 years ago
Tom Lingham 6678381a58 Initial 2.0 commit 9 years ago
Tom Lingham 5da59e9bcc Added capacity for concatenating columns 10 years ago
Tom Lingham 8931bc2e56 Cleanup and remove appostrophies in search string by default 10 years ago
Tom 08584667fc Remove sensitivity option from Levenshtein function 10 years ago
Tom Lingham 5b9c8a29cb Updating some terminology and variable names. Also updated readme to include more information about extending the package and fixed some spelling errors 10 years ago
Tom Lingham 4f402d2718 Whoops! bugfix 10 years ago
Tom Lingham 44ace92f93 First release beta 10 years ago
Tom Lingham 4c0890f936 Initial Commit 10 years ago