updated search string package
This commit is contained in:
		@@ -41,7 +41,7 @@
 | 
			
		||||
        "laravel/ui": "^2.0",
 | 
			
		||||
        "laravelcollective/html": "6.1.*",
 | 
			
		||||
        "league/omnipay": "3.0.*",
 | 
			
		||||
        "lorisleiva/laravel-search-string": "0.1.*",
 | 
			
		||||
        "lorisleiva/laravel-search-string": "1.0.*",
 | 
			
		||||
        "maatwebsite/excel": "3.1.*",
 | 
			
		||||
        "misterphilip/maintenance-mode": "2.0.*",
 | 
			
		||||
        "monooso/unobserve": "^2.0",
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1279
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
							
						
						
									
										1279
									
								
								composer.lock
									
									
									
										generated
									
									
									
								
							
										
											
												File diff suppressed because it is too large
												Load Diff
											
										
									
								
							@@ -69,14 +69,14 @@ return [
 | 
			
		||||
            'number' => ['searchable' => true],
 | 
			
		||||
            'bank_name' => ['searchable' => true],
 | 
			
		||||
            'bank_address' => ['searchable' => true],
 | 
			
		||||
            'currency_code',
 | 
			
		||||
            'currency' => ['relationship' => true],
 | 
			
		||||
            'enabled' => ['boolean' => true],
 | 
			
		||||
        ],
 | 
			
		||||
    ],
 | 
			
		||||
 | 
			
		||||
    App\Models\Banking\Reconciliation::class => [
 | 
			
		||||
        'columns' => [
 | 
			
		||||
            'account_id',
 | 
			
		||||
            'account' => ['relationship' => true],
 | 
			
		||||
            'closing_balance',
 | 
			
		||||
            'reconciled' => ['boolean' => true],
 | 
			
		||||
            'started_at' => ['date' => true],
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user