Taylor Lovett

Results 40 issues of Taylor Lovett

Sync logging is stored in options/post meta. This will pose problems on high usage websites. We need to document.

type:enhancement
needs:documentation
type:good-first-issue
hacktoberfest

Our GitHub branch/release contains build files. Is there a way to ignore those? Thanks

Right now facet feature just supports taxonomies. Let's add support for meta and ranges.

enhancement
module:facets

It would be awesome to store aggregation results on the WP_Query object so you wouldn't have to hook into `ep_retrieve_aggregations`.

enhancement
low priority
module:posts

`orderby` in WP_Query supports `post__in`. We should support this in EP.

enhancement
low priority
module:posts

Add functionality to ensure ElasticPress integration during sync.

enhancement
low priority
module:sync

I'm getting this error when the slot is empty: ``` missing intent in request: ZIPCODE TypeError: Cannot read property 'value' of undefined ``` My code is really simple: ```js app.intent('perdiem',...

bug?

I was using the plugin today on a huge site. We wanted to insert 11,000+ redirects. This resulted an exceeded memory limit fatal error. The plugin caches all the published...

type:bug
help wanted
needs:engineering

I was using this plugin on a project with ~250 redirects. I wrote an import script that made use of the create_redirect method to generate the redirects. After creating the...

type:bug
needs:qa

I saw this one on the support forums. I think this would be pretty useful.

type:enhancement
help wanted