Taylor Lovett
Taylor Lovett
Sync logging is stored in options/post meta. This will pose problems on high usage websites. We need to document.
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.
It would be awesome to store aggregation results on the WP_Query object so you wouldn't have to hook into `ep_retrieve_aggregations`.
`orderby` in WP_Query supports `post__in`. We should support this in EP.
Add functionality to ensure ElasticPress integration during 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',...
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...
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...
I saw this one on the support forums. I think this would be pretty useful.