Commit Graph

104 Commits

Author SHA1 Message Date
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
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