111 Commits

Author SHA1 Message Date
c5f45e1585 Remove $config type in SearchBuilder constructor 2019-10-25 13:13:09 +03:00
Tom
0003a8cf15 Merge pull request #92 from esquinas/patch-1
Fix README.md
2018-11-04 11:42:54 +11:00
2dcc6aca84 Fix README.md
Markdown was not showing correctly. Replacing tabs for spaces solved the issue to my surprise. Also top picture was offline.
2018-10-30 23:40:53 +01:00
Tom
e5d1eebd37 Merge pull request #87 from movem/master
Add Laravel 5.6 support
2018-03-24 10:07:30 +11:00
f015fa921c Add Laravel 5.6 support 2018-03-22 16:25:23 +00:00
Tom
d2f6fbce97 Merge pull request #80 from vinkla/laravel55
Add Laravel 5.5 support
2017-08-30 22:31:50 +10:00
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.
2017-08-12 10:56:43 +02:00
b275da4aeb Support all versions of PHP 7 2017-04-27 20:58:08 +10:00
Tom
ea046dee4f Merge pull request #67 from vinkla/patch-1
Add Laravel 5.4 support
2017-02-11 12:46:25 +11:00
Tom
740600c76b Merge pull request #69 from vinkla/patch-1
Update SearchyServiceProvider.php
2017-01-31 10:15:08 +11:00
221627e58d Update SearchyServiceProvider.php
Fix bug in service provider class.
2017-01-30 22:03:08 +01:00
7e474b9275 Add Laravel 5.4 support 2017-01-25 22:19:19 +01:00
Tom
92feab6ae1 Merge pull request #64 from ModernArtisan/fix-search-query-with-quotes
Removed unnecessary second substr call
2016-12-21 21:36:15 +11:00
04b2e278dd Removed unnecessary second substr call 2016-12-14 11:27:06 +02:00
Tom
f2e74e4e4e Merge pull request #63 from ModernArtisan/fix-search-query-with-quotes
Fix search query with quotes by replacing trim function to substr.
2016-12-14 06:39:03 +11:00
6ea1214760 Fix search query with quotes by replacing trim function to substr. 2016-12-12 19:00:19 +02:00
Tom
fbe64c6978 Merge pull request #61 from fede91it/master
Update docs to explain collection hydration
2016-11-25 12:12:15 +11:00
f59edcd024 Update docs to explain collection hydration 2016-11-24 19:45:47 +01:00
Tom
d67b2d665c Merge pull request #52 from vinkla/patch-1
Add laravel 5.3 support
2016-08-29 22:58:58 +10:00
a0d9106cab Add laravel 5.3 support
Added laravel 5.3 support.
2016-08-28 21:32:44 +02:00
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