Jon Dingman

Results 15 issues of Jon Dingman

I looked and couldn't find a way, is it possible to restrict results when using the Similarity function, to restrict by parent Node? For example, I have product ABC, I...

I think it's a typo in the docs, the Amazon API rejects "new" and "used" and requires it to be "New" and "Used"

It seems that when $search->setCategory() is not set, it doesn't return any results. I suggest making that a bit more clear in the documentation or set the default to "All"...

Having been using WordOps for more than a year now, and seeing the speed of how WPengine configures varnish, I feel like WordOps could benefit from Varnish as well.

I would love to see full support for creating clustered environments. Something cloud-agnostic so it can easily be scaled across multiple servers

In the past year that I've been using WordOps, I noticed one thing which I think would make it a better experience. The choice to upgrade and from what to...

enhancement

I'm finding that some products are unavailable and my code breaks, but I'd rather not count all TotalNew + TotalUsed+ TotalCollectible + TotalRefurb each time. Am I missing something to...

Love the package, thank you! Right now I'm using this code in my Search Controller, ``` $results = \App\Product:: search() ->multiMatch( ['sku','title'], $searchTerm )->get(); ``` However, I'd like to do...

So it seems there is not built in pagination, I'm trying to build my own. That said, when I use ->query() it gives me the total_count number I need. But...

Great plugin, thank you so much for it. I am wondering if you would be willing to support a common config between the object cache and the page cache plugins?...