Commit Graph

26 Commits

Author SHA1 Message Date
04b2e278dd Removed unnecessary second substr call 2016-12-14 11:27:06 +02:00
6ea1214760 Fix search query with quotes by replacing trim function to substr. 2016-12-12 19:00:19 +02:00
0732dc7d2c Add Fuzzy Search driver with unicode support 2016-05-14 18:14:03 +10:00
09763f0f7f Merge 2016-05-14 12:26:40 +10:00
19d7db244d Just some tlc 2016-05-14 11:32:14 +10:00
ed432fbc50 Coalesce NULL fields to empty string for the purposes of running the search. Fixed #23 2016-05-14 11:31:15 +10:00
15082590a4 Fix column with table sanitize 2016-02-02 15:39:54 +02:00
31d7a1c54e Update docs and runaway semicolon. 2016-01-31 07:55:56 +00:00
fd959de449 Allow the fields to be passed as an array as well as arguments 2016-01-31 07:46:48 +00:00
7c840af2f6 Santize table names to prevent conllisions with MySQL reserved words. Fixes #25. 2016-01-31 04:12:40 +00:00
5ffe20902f Corrected SQL syntax so that functions are not incorrectly interpreted as table names. Fixes #28. 2016-01-31 03:48:54 +00:00
17e1b7c45b Adding 'withTrashed()' method to include soft deleted records and also removed soft deleted records by default. Fixed #15. 2016-01-31 03:41:24 +00:00
c6d58e0c17 adding trashed flag 2016-01-19 13:48:09 -05:00
97fdd406e3 Adding line to remove soft deleted objects from returned results, so it falls in line with using eloquent 2016-01-15 15:26:46 -05:00
28b0e04bb2 Formatting changes and updating class references from strings to use php ::class const 2015-12-23 11:24:22 +00:00
c2ec458b2c Switch to PSR-4, fix CS and update service provider 2015-12-22 09:34:30 +00:00
1e346baf59 Laravel 5 awesomeness 2015-06-14 16:44:11 +10:00
689d9804c0 Updating the plugin to restore functionality with Laravel 5. Tomorrow... decoupling. 2015-02-19 00:17:57 +11:00
6678381a58 Initial 2.0 commit 2015-02-18 23:10:59 +11:00
5da59e9bcc Added capacity for concatenating columns 2014-08-04 12:30:15 +10:00
8931bc2e56 Cleanup and remove appostrophies in search string by default 2014-07-18 19:57:13 +10:00
Tom
08584667fc Remove sensitivity option from Levenshtein function 2014-07-17 08:48:37 +10:00
5b9c8a29cb Updating some terminology and variable names. Also updated readme to include more information about extending the package and fixed some spelling errors 2014-07-14 23:28:43 +10:00
4f402d2718 Whoops! bugfix 2014-07-14 20:00:30 +10:00
44ace92f93 First release beta 2014-07-14 10:35:19 +10:00
4c0890f936 Initial Commit 2014-07-13 21:12:07 +10:00