Enrique Esquinas
|
2dcc6aca84
|
Fix README.md
Markdown was not showing correctly. Replacing tabs for spaces solved the issue to my surprise. Also top picture was offline.
|
6 years ago |
Tom
|
e5d1eebd37
|
Merge pull request #87 from movem/master
Add Laravel 5.6 support
|
7 years ago |
Felippe Ladeira
|
f015fa921c
|
Add Laravel 5.6 support
|
7 years ago |
Tom
|
d2f6fbce97
|
Merge pull request #80 from vinkla/laravel55
Add Laravel 5.5 support
|
7 years ago |
Vincent Klaiber
|
d938954cb9
|
Add Laravel 5.5 support
Removed tests for HHVM and add testing on PHP version 7.1 and 7.2. Added support for Laravel 5.5.
|
7 years ago |
Tom Lingham
|
b275da4aeb
|
Support all versions of PHP 7
|
8 years ago |
Tom
|
ea046dee4f
|
Merge pull request #67 from vinkla/patch-1
Add Laravel 5.4 support
|
8 years ago |
Tom
|
740600c76b
|
Merge pull request #69 from vinkla/patch-1
Update SearchyServiceProvider.php
|
8 years ago |
Vincent Klaiber
|
221627e58d
|
Update SearchyServiceProvider.php
Fix bug in service provider class.
|
8 years ago |
Vincent Klaiber
|
7e474b9275
|
Add Laravel 5.4 support
|
8 years ago |
Tom
|
92feab6ae1
|
Merge pull request #64 from ModernArtisan/fix-search-query-with-quotes
Removed unnecessary second substr call
|
8 years ago |
Vyacheslav Basenko
|
04b2e278dd
|
Removed unnecessary second substr call
|
8 years ago |
Tom
|
f2e74e4e4e
|
Merge pull request #63 from ModernArtisan/fix-search-query-with-quotes
Fix search query with quotes by replacing trim function to substr.
|
8 years ago |
Vyacheslav Basenko
|
6ea1214760
|
Fix search query with quotes by replacing trim function to substr.
|
8 years ago |
Tom
|
fbe64c6978
|
Merge pull request #61 from fede91it/master
Update docs to explain collection hydration
|
8 years ago |
Federico Liva
|
f59edcd024
|
Update docs to explain collection hydration
|
8 years ago |
Tom
|
d67b2d665c
|
Merge pull request #52 from vinkla/patch-1
Add laravel 5.3 support
|
8 years ago |
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 |