dnd

Results 15 comments of dnd

Same issue here, using a different syntax: ``` return Product::where('name', 'like', "%" . $query . "%") ->get() ->map(function (Product $product) { return new SpotlightSearchResult( $product->id, $product->name, 'description', [] ); });...

Hi @legal90. Running on latest vagrant and Monterey. I'm facing the same issue. Here is my vagrant file. Any idea what's wrong ? It looks like the plugin doesn't appear...

Hi there! Frst of all, thanks for the plugin! Very seducing! Is there any update about this thread? I'm wondering how we are meant to use the repeater field in...

No worry @jgrossi ;) I'm gonna try to have a look at it properly once I get more time. Thanks!

What is the official way to get contents from a flexible? Can't find any ref to that even though it seems implemented. I tried the @njbarrett solution (`$modules = $page->acf->flexibleContent('modules');`)...

Hmmm... @jgrossi I'm simply testing the whole thing for now so I don't have ANY complexity on the Laravel side. Only thing that I do is the following: ``` //...

Right I changed the way I query and return the data in the view. Unfortunately,no luck and still nothing :/ I'm gonna dive into that a bit more.

@jgrossi Of course I did ;) Everything seems fine on the connection side as I was able to output the data I needed. I could even work with repeaters but...

@jgrossi Ok I got it. Nothing wrong with your plugin. I was using clones inside my flexible.. I suppose that has broken smth in the transaction (I can see this...

FYI, I just followed the doc and got the following error using webpack 2. Is that a known issue? Thanks