Sérgio Castro
Sérgio Castro
What's the status of the migration for Vue 3? So far there seem to be only a few components, judging by Storybook. I am in charge of the architecture of...
Because this would force the app to run N queries for N search terms and array_merge those N collections. Or perhaps I didn't understand correctly?
@GregoryClaeyssens I'm having an urgent issue - maybe you could help me with this. So, if I search for "wood" (a tag), I get 20 results. However if I search...
I'd like to know this as well. I have a Post table which links to category_post (pivot) and I'd like to be able to search for a Category and retrieve...
Basically, this: http://stackoverflow.com/a/17774479/2261056
Hi, this is working for me. It joins 3 tables which have pivots to Texture. ``` protected $searchable = [ 'columns' => [ 'textures.name' => 20, 'tags.name' => 10, 'categories.name'...
I'm not sure. This took a while to get right and it's the best way I could find following the documentation of the package. However if @nicolaslopezj could jump in...
Yeah, it makes sense. I'm using a very small dummy database here, so I don't feel any real impact at all, but when the project goes live I'll have to...
Could you post your equivalent query in straight eloquent? I'm not able to test it now but I'd like to check it tomorrow. The score system isn't my top priority...
Thanks a lot, I'll take a look at this tomorrow. But perhaps the best results will show up when I have the full database with me.