Commit Graph

91 Commits

Author SHA1 Message Date
Tom
5d2d4a28ca Merge pull request #46 from fede91it/patch-1
Update README.md
2016-06-23 21:33:49 +10:00
eb921c8f37 Update README.md
Using fill method doesn't fill all fields, but we need this regardless to mass assignment restrictions.
2016-06-22 12:22:47 +02:00
07a0e68974 Update readme 2016-05-14 18:28:19 +10:00
3a7634324b Add documention on how to use the FuzzySearchUnicodeDriver 2016-05-14 18:24:11 +10:00
10234d98d1 Merge 2016-05-14 18:15:47 +10:00
0732dc7d2c Add Fuzzy Search driver with unicode support 2016-05-14 18:14:03 +10:00
Tom
49d3caad01 Merge pull request #36 from vinkla/tests
Add basic test suite
2016-05-14 12:27:56 +10:00
dbbeca8899 Merge 2016-05-14 12:27:20 +10:00
09763f0f7f Merge 2016-05-14 12:26:40 +10:00
12c52d5160 Add explanation for how to easily limit the results in README 2016-05-14 12:11:51 +10:00
8566a0a43a Update README to include a nice way to get Eloquent models from the Searchy results 2016-05-14 12:01:02 +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
111521cbb6 Assert is injectable 2016-04-30 11:03:37 +02:00
97f15bdc2b Update license 2016-04-26 22:48:59 +02:00
d9c75b69d7 Update gitattributes 2016-04-26 22:48:39 +02:00
e859e839f5 Cleanup ignore file 2016-04-26 22:48:24 +02:00
0289d45b18 Update travis config 2016-04-26 22:48:09 +02:00
8cff837154 Update phpunit config 2016-04-26 22:47:56 +02:00
04a66d99e9 Add working test suite 2016-04-26 22:47:48 +02:00
Tom
efb1b63e17 Merge pull request #31 from danieliancu/patch-1
Allow table.column as field
2016-02-21 21:00:34 +11: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
Tom
965a485d1b Merge pull request #26 from jakeboyles/master
Adding trashed flag to retrieve soft deletes.
2016-01-31 13:57:44 +11:00
30f477ac28 fix packagist 2016-01-27 10:42:22 -05:00
e81b15c932 fixing cmoposer 2016-01-26 17:22:58 -05:00
bf6a2e0282 adding to readme 2016-01-19 13:52:48 -05: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
Tom
b7b0344fb2 Support all versions of :Laravel 5 2015-12-25 22:52:55 +11:00
Tom
44dd0f84da Merge pull request #21 from JamesForks/readme-formatting
Formatting of the readme
2015-12-25 22:51:24 +11:00
67bef16c3a Fix double backticks 2015-12-23 12:12:13 +00:00
Tom
53d9f9ae0b Merge pull request #18 from JamesForks/composer-change
Update composer.json
2015-12-23 22:57:47 +11:00
Tom
0f67f377a0 Merge pull request #20 from JamesForks/rename-license
Rename the LICENSE file
2015-12-23 22:51:31 +11:00
fc31d4f700 Support 5.0 2015-12-23 11:50:52 +00:00
Tom
f0e8dec294 Merge pull request #19 from JamesForks/phpunit-changes
Phpunit changes
2015-12-23 22:50:32 +11:00
bd6567a780 Formatting of the readme 2015-12-23 11:40:48 +00:00
ce41f0731b Rename the LICENSE file 2015-12-23 11:36:48 +00:00
e1505034f7 Ignore phpunit.xml 2015-12-23 11:33:13 +00:00
65160bd85e Prefer phpunit.xml.dist and fix testsuite name 2015-12-23 11:32:00 +00:00
359e12276f Update composer.json 2015-12-23 11:30:03 +00:00
28b0e04bb2 Formatting changes and updating class references from strings to use php ::class const 2015-12-23 11:24:22 +00:00
70d102f8bf IntelliJ I both love and hate you... 2015-12-23 11:23:35 +00:00
86de48649f Merge branch 'JamesForks-psr4' 2015-12-23 11:12:08 +00:00
c2ec458b2c Switch to PSR-4, fix CS and update service provider 2015-12-22 09:34:30 +00:00
Tom
d961509341 Update PHP requirements to 5.5 2015-06-17 16:56:10 +10:00