Lee Perry

Results 6 comments of Lee Perry

Is this fixed now, I don't really want to be putting in hacks to get things working ?

I'm using PostgreSQL 9

Same issue: $orderHistory = Order::whereHas('orderLines.product', function ($query) use($searchTerm) { $query->search($searchTerm, null, null, true); })

I'm using postgres

Having the same issue. $users = User::search('fred', null, true, true)->first(); class User extends Authenticatable { use Notifiable, hasRoles, SearchableTrait; protected $searchable = [ /** * Columns and their priority in...

Hi Pohlenz, thanks for getting back to me. Yes and I can confirm that the problem goes away if I disable turbolinks. I'm also using jquery.turbolinks by kossnocorp. Thanks, Lee.