Vincent Klaiber
|
a0d9106cab
|
Add laravel 5.3 support
Added laravel 5.3 support.
|
8 years ago |
Tom
|
5d2d4a28ca
|
Merge pull request #46 from fede91it/patch-1
Update README.md
|
9 years ago |
Federico Liva
|
eb921c8f37
|
Update README.md
Using fill method doesn't fill all fields, but we need this regardless to mass assignment restrictions.
|
9 years ago |
Tom Lingham
|
07a0e68974
|
Update readme
|
9 years ago |
Tom Lingham
|
3a7634324b
|
Add documention on how to use the FuzzySearchUnicodeDriver
|
9 years ago |
Tom Lingham
|
10234d98d1
|
Merge
|
9 years ago |
Tom Lingham
|
0732dc7d2c
|
Add Fuzzy Search driver with unicode support
|
9 years ago |
Tom
|
49d3caad01
|
Merge pull request #36 from vinkla/tests
Add basic test suite
|
9 years ago |
Tom Lingham
|
dbbeca8899
|
Merge
|
9 years ago |
Tom Lingham
|
09763f0f7f
|
Merge
|
9 years ago |
Tom Lingham
|
12c52d5160
|
Add explanation for how to easily limit the results in README
|
9 years ago |
Tom Lingham
|
8566a0a43a
|
Update README to include a nice way to get Eloquent models from the Searchy results
|
9 years ago |
Tom Lingham
|
19d7db244d
|
Just some tlc
|
9 years ago |
Tom Lingham
|
ed432fbc50
|
Coalesce NULL fields to empty string for the purposes of running the search. Fixed #23
|
9 years ago |
Vincent Klaiber
|
111521cbb6
|
Assert is injectable
|
9 years ago |
Vincent Klaiber
|
97f15bdc2b
|
Update license
|
9 years ago |
Vincent Klaiber
|
d9c75b69d7
|
Update gitattributes
|
9 years ago |
Vincent Klaiber
|
e859e839f5
|
Cleanup ignore file
|
9 years ago |
Vincent Klaiber
|
0289d45b18
|
Update travis config
|
9 years ago |
Vincent Klaiber
|
8cff837154
|
Update phpunit config
|
9 years ago |
Vincent Klaiber
|
04a66d99e9
|
Add working test suite
|
9 years ago |
Tom
|
efb1b63e17
|
Merge pull request #31 from danieliancu/patch-1
Allow table.column as field
|
9 years ago |
Daniel Iancu
|
15082590a4
|
Fix column with table sanitize
|
9 years ago |
Tom Lingham
|
31d7a1c54e
|
Update docs and runaway semicolon.
|
9 years ago |
Tom Lingham
|
fd959de449
|
Allow the fields to be passed as an array as well as arguments
|
9 years ago |
Tom Lingham
|
7c840af2f6
|
Santize table names to prevent conllisions with MySQL reserved words. Fixes #25.
|
9 years ago |
Tom Lingham
|
5ffe20902f
|
Corrected SQL syntax so that functions are not incorrectly interpreted as table names. Fixes #28.
|
9 years ago |
Tom Lingham
|
17e1b7c45b
|
Adding 'withTrashed()' method to include soft deleted records and also removed soft deleted records by default. Fixed #15.
|
9 years ago |
Tom
|
965a485d1b
|
Merge pull request #26 from jakeboyles/master
Adding trashed flag to retrieve soft deletes.
|
9 years ago |
Jake Boyles
|
30f477ac28
|
fix packagist
|
9 years ago |
Jake Boyles
|
e81b15c932
|
fixing cmoposer
|
9 years ago |
Jake Boyles
|
bf6a2e0282
|
adding to readme
|
9 years ago |
Jake Boyles
|
c6d58e0c17
|
adding trashed flag
|
9 years ago |
Jake Boyles
|
97fdd406e3
|
Adding line to remove soft deleted objects from returned results, so it falls in line with using eloquent
|
9 years ago |
Tom
|
b7b0344fb2
|
Support all versions of :Laravel 5
|
9 years ago |
Tom
|
44dd0f84da
|
Merge pull request #21 from JamesForks/readme-formatting
Formatting of the readme
|
9 years ago |
James Brooks
|
67bef16c3a
|
Fix double backticks
|
9 years ago |
Tom
|
53d9f9ae0b
|
Merge pull request #18 from JamesForks/composer-change
Update composer.json
|
9 years ago |
Tom
|
0f67f377a0
|
Merge pull request #20 from JamesForks/rename-license
Rename the LICENSE file
|
9 years ago |
James Brooks
|
fc31d4f700
|
Support 5.0
|
9 years ago |
Tom
|
f0e8dec294
|
Merge pull request #19 from JamesForks/phpunit-changes
Phpunit changes
|
9 years ago |
James Brooks
|
bd6567a780
|
Formatting of the readme
|
9 years ago |
James Brooks
|
ce41f0731b
|
Rename the LICENSE file
|
9 years ago |
James Brooks
|
e1505034f7
|
Ignore phpunit.xml
|
9 years ago |
James Brooks
|
65160bd85e
|
Prefer phpunit.xml.dist and fix testsuite name
|
9 years ago |
James Brooks
|
359e12276f
|
Update composer.json
|
9 years ago |
Tom Lingham
|
28b0e04bb2
|
Formatting changes and updating class references from strings to use php ::class const
|
9 years ago |
Tom Lingham
|
70d102f8bf
|
IntelliJ I both love and hate you...
|
9 years ago |
Tom Lingham
|
86de48649f
|
Merge branch 'JamesForks-psr4'
|
9 years ago |
James Brooks
|
c2ec458b2c
|
Switch to PSR-4, fix CS and update service provider
|
9 years ago |